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 b47c87f commit 9f4980cCopy full SHA for 9f4980c
src/Error/Warning.php
@@ -7,7 +7,7 @@ final class Warning
7
const ASSIGN_WARNING = 2;
8
const CONFIG_WARNING = 4;
9
10
- const ALL = self::NAME_WARNING | self::ASSIGN_WARNING | self::CONFIG_WARNING;
+ const ALL = 7;
11
12
static $enableWarnings = self::ALL;
13
0 commit comments