diff --git a/src/Error/Warning.php b/src/Error/Warning.php index 1ebf329..b37abba 100644 --- a/src/Error/Warning.php +++ b/src/Error/Warning.php @@ -7,7 +7,7 @@ final class Warning const ASSIGN_WARNING = 2; const CONFIG_WARNING = 4; - const ALL = self::NAME_WARNING | self::ASSIGN_WARNING | self::CONFIG_WARNING; + const ALL = 7; static $enableWarnings = self::ALL;