mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-03 20:53:30 +03:00
Fix for broken build on PHP < 5.6
This commit is contained in:
parent
b47c87f793
commit
9f4980ce49
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue