Skip to content

Commit 9f4980c

Browse files
committed
Fix for broken build on PHP < 5.6
1 parent b47c87f commit 9f4980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Error/Warning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class Warning
77
const ASSIGN_WARNING = 2;
88
const CONFIG_WARNING = 4;
99

10-
const ALL = self::NAME_WARNING | self::ASSIGN_WARNING | self::CONFIG_WARNING;
10+
const ALL = 7;
1111

1212
static $enableWarnings = self::ALL;
1313

0 commit comments

Comments
 (0)