1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Merge pull request #9486 from ZebulanStanphill/fix-truthy-string-analysis

This commit is contained in:
Bruce Weirdan 2023-03-11 22:06:14 -04:00 committed by GitHub
commit f48b79063c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,