Skip to content

Commit

Permalink
Merge pull request #157 from carherco/patch-1
Browse files Browse the repository at this point in the history
Add match to list of reserved words
  • Loading branch information
goetas authored Jun 24, 2023
2 parents a3fe60d + 80c14a4 commit ac0e34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Naming/AbstractNamingStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ abstract class AbstractNamingStrategy implements NamingStrategy
'interface',
'isset',
'list',
'match',
'mixed',
'namespace',
'new',
Expand Down

0 comments on commit ac0e34a

Please sign in to comment.