Skip to content

Commit

Permalink
add missing reserved names (#45149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ale95m authored Nov 30, 2022
1 parent 6809eef commit c32c4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Console/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ abstract class GeneratorCommand extends Command
'eval',
'exit',
'extends',
'false',
'final',
'finally',
'fn',
Expand Down Expand Up @@ -93,6 +94,7 @@ abstract class GeneratorCommand extends Command
'switch',
'throw',
'trait',
'true',
'try',
'unset',
'use',
Expand Down

0 comments on commit c32c4fb

Please sign in to comment.