@@ -37,10 +37,10 @@ final class Helpers
37
37
'endforeach ' => 1 , 'declare ' => 1 , 'enddeclare ' => 1 , 'as ' => 1 , 'try ' => 1 , 'catch ' => 1 , 'finally ' => 1 ,
38
38
'throw ' => 1 , 'use ' => 1 , 'insteadof ' => 1 , 'global ' => 1 , 'var ' => 1 , 'unset ' => 1 , 'isset ' => 1 , 'empty ' => 1 ,
39
39
'continue ' => 1 , 'goto ' => 1 , 'function ' => 1 , 'const ' => 1 , 'return ' => 1 , 'print ' => 1 , 'yield ' => 1 , 'list ' => 1 ,
40
- 'switch ' => 1 , 'endswitch ' => 1 , 'case ' => 1 , 'default ' => 1 , 'break ' => 1 , ' array ' => 1 , ' callable ' => 1 ,
40
+ 'switch ' => 1 , 'endswitch ' => 1 , 'case ' => 1 , 'default ' => 1 , 'break ' => 1 ,
41
41
'extends ' => 1 , 'implements ' => 1 , 'namespace ' => 1 , 'trait ' => 1 , 'interface ' => 1 , 'class ' => 1 , '__CLASS__ ' => 1 ,
42
42
'__TRAIT__ ' => 1 , '__FUNCTION__ ' => 1 , '__METHOD__ ' => 1 , '__LINE__ ' => 1 , '__FILE__ ' => 1 , '__DIR__ ' => 1 ,
43
- '__NAMESPACE__ ' => 1 , 'fn ' => 1 , 'match ' => 1 , 'enum ' => 1 , 'static ' => 1 , ' abstract ' => 1 , 'final ' => 1 ,
43
+ '__NAMESPACE__ ' => 1 , 'fn ' => 1 , 'match ' => 1 , 'enum ' => 1 , 'abstract ' => 1 , 'final ' => 1 ,
44
44
'private ' => 1 , 'protected ' => 1 , 'public ' => 1 , 'readonly ' => 1 ,
45
45
46
46
// additional reserved class names
0 commit comments