mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 10:09:24 +03:00
Fix for broken build on PHP < 5.6
This commit is contained in:
parent
b47c87f793
commit
9f4980ce49
@ -7,7 +7,7 @@ final class Warning
|
|||||||
const ASSIGN_WARNING = 2;
|
const ASSIGN_WARNING = 2;
|
||||||
const CONFIG_WARNING = 4;
|
const CONFIG_WARNING = 4;
|
||||||
|
|
||||||
const ALL = self::NAME_WARNING | self::ASSIGN_WARNING | self::CONFIG_WARNING;
|
const ALL = 7;
|
||||||
|
|
||||||
static $enableWarnings = self::ALL;
|
static $enableWarnings = self::ALL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user