We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3d642 commit e0d8ce4Copy full SHA for e0d8ce4
src/Symfony/Component/HttpKernel/Log/Logger.php
@@ -39,7 +39,7 @@ class Logger extends AbstractLogger
39
40
public function __construct($minLevel = null, $output = 'php://stderr', callable $formatter = null)
41
{
42
- if (!$minLevel) {
+ if (null === $minLevel) {
43
$minLevel = LogLevel::WARNING;
44
45
if (isset($_SERVER['SHELL_VERBOSITY'])) {
0 commit comments