1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm/Internal/Codebase
Matt Brown 03665b9646 Revert "Correct Psalm’s concept of string emptiness"
This reverts commit 331ce8ead4.

It was too hasty
2021-02-03 01:09:58 -05:00
..
Analyzer.php Revert "Correct Psalm’s concept of string emptiness" 2021-02-03 01:09:58 -05:00
ClassLikes.php Resolve class aliases when accessing properties (#5068) 2021-01-21 19:38:17 -05:00
ConstantTypeResolver.php
DataFlowGraph.php Add option to dump taint graph (#5080) 2021-01-22 16:04:15 -05:00
Functions.php Revert "Correct Psalm’s concept of string emptiness" 2021-02-03 01:09:58 -05:00
InternalCallMapHandler.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
Methods.php
Populator.php Catch InvalidArgumentException (#5061) 2021-01-20 17:42:45 -05:00
Properties.php Resolve class aliases when accessing properties (#5068) 2021-01-21 19:38:17 -05:00
PropertyMap.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
ReferenceMapGenerator.php
Reflection.php
Scanner.php Ignore recently-deleted files for scanning 2021-01-04 19:00:44 +00:00
TaintFlowGraph.php Prevent infinite loop while scanning in some situations 2021-01-26 15:51:15 -05:00
VariableUseGraph.php