Skip to content

Commit

Permalink
Merge pull request #9486 from ZebulanStanphill/fix-truthy-string-anal…
Browse files Browse the repository at this point in the history
…ysis
  • Loading branch information
weirdan committed Mar 12, 2023
2 parents d6daaa8 + d7d5f72 commit f48b790
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 f48b790

Please sign in to comment.