Skip to content

Commit

Permalink
Add truthy-string to reserved word list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill authored Mar 11, 2023
1 parent 9cf4f60 commit d7d5f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/Type/TypeTokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class TypeTokenizer
'non-empty-array' => true,
'non-empty-string' => true,
'non-falsy-string' => true,
'truthy-string' => true,
'iterable' => true,
'null' => true,
'mixed' => true,
Expand Down

0 comments on commit d7d5f72

Please sign in to comment.