Skip to content

Commit

Permalink
silence E_NOTICE triggered since PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 12, 2020
1 parent 8920f18 commit c4e2c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Log/Logger.php
Expand Up @@ -77,7 +77,7 @@ public function log($level, $message, array $context = [])
}

$formatter = $this->formatter;
fwrite($this->handle, $formatter($level, $message, $context));
@fwrite($this->handle, $formatter($level, $message, $context));
}

/**
Expand Down

0 comments on commit c4e2c44

Please sign in to comment.