1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2019-08-31 09:49:32 -04:00
..
Assignment Properly clone array when changing value 2019-08-27 17:00:00 -04:00
Call Improve handling of external-mutation-free objects created in pure functions 2019-08-31 09:49:32 -04:00
Fetch Add more specific key coercion rules when assigning to arrays 2019-08-27 15:12:25 -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 Add support for @immutable 2019-08-30 12:36:35 -04:00
BinaryOpAnalyzer.php Prevent baaad behaviour 2019-08-20 14:26:32 -04:00
CallAnalyzer.php Fix #2081 - allow Assert::true to replace assert() calls 2019-08-29 11:53:36 -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