Skip to content

Commit c32c4fb

Browse files
authored
add missing reserved names (#45149)
1 parent 6809eef commit c32c4fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Console/GeneratorCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ abstract class GeneratorCommand extends Command
6060
'eval',
6161
'exit',
6262
'extends',
63+
'false',
6364
'final',
6465
'finally',
6566
'fn',
@@ -93,6 +94,7 @@ abstract class GeneratorCommand extends Command
9394
'switch',
9495
'throw',
9596
'trait',
97+
'true',
9698
'try',
9799
'unset',
98100
'use',

0 commit comments

Comments
 (0)