@@ -12,7 +12,7 @@ |
||
12 | 12 | /** |
13 | 13 | * Nullable types are either explicitly ?type (PHP>=7.1) or with a default value of null |
14 | 14 | */ |
15 | - const NULLABLE = 0x02; |
|
15 | + const NULLABLE = 0x02; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Reference types must always match |