1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2019-09-14 14:26:31 -04:00
..
Assignment Fix #2116 - allow property set inside unserialize 2019-09-10 10:31:46 -04:00
Call Allow callables to be understood as pure 2019-09-09 12:11:04 -04:00
Fetch Fix #1551 - do better at inferring class constant types 2019-09-14 14:26:31 -04:00
ArrayAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
AssertionFinder.php Fix #2026 - add support for calling __toString implicitly after method_exists 2019-08-16 11:33:58 -04:00
AssignmentAnalyzer.php Clean up unnecessary annotation 2019-09-09 11:20:47 -04:00
BinaryOpAnalyzer.php Improve accuracy around array addition 2019-09-08 10:23:12 -04:00
CallAnalyzer.php fix #2125 - Don’t assume function args are necessarily authoratative 2019-09-11 13:52:58 -04:00
IncludeAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00
TernaryAnalyzer.php Add detection for unused function calls 2019-08-13 13:15:23 -04:00