Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 44a6b2d

Browse files
Merge branch '3.3' into 3.4
* 3.3: PHP CS Fixer: clean up repo and adjust config use interface_exists instead of class_exists Dumper shouldn't use html format for phpdbg [Validator] Fix access to root object when using composite constraint
2 parents 3000af4 + 2a200a6 commit 44a6b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerLogCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function isEnabled()
3939
}
4040

4141
// based on a symfony/symfony package, it crashes due a missing FormatterInterface from monolog/monolog
42-
if (!class_exists(FormatterInterface::class)) {
42+
if (!interface_exists(FormatterInterface::class)) {
4343
return false;
4444
}
4545

0 commit comments

Comments
 (0)