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 9918a66 commit dc3a94eCopy full SHA for dc3a94e
src/Symfony/Bundle/WebServerBundle/Command/ServerLogCommand.php
@@ -37,7 +37,7 @@ public function isEnabled()
37
}
38
39
// based on a symfony/symfony package, it crashes due a missing FormatterInterface from monolog/monolog
40
- if (!class_exists(FormatterInterface::class)) {
+ if (!interface_exists(FormatterInterface::class)) {
41
return false;
42
43
0 commit comments