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:
commit
f48b79063c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user