We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fb1ee commit 6a05d15Copy full SHA for 6a05d15
src/Illuminate/Console/GeneratorCommand.php
@@ -56,6 +56,7 @@ abstract class GeneratorCommand extends Command
56
'endif',
57
'endswitch',
58
'endwhile',
59
+ 'enum',
60
'eval',
61
'exit',
62
'extends',
@@ -76,13 +77,15 @@ abstract class GeneratorCommand extends Command
76
77
'interface',
78
'isset',
79
'list',
80
+ 'match',
81
'namespace',
82
'new',
83
'or',
84
'print',
85
'private',
86
'protected',
87
'public',
88
+ 'readonly',
89
'require',
90
'require_once',
91
'return',
0 commit comments