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-09-07 22:10:22 -04:00
..
Assignment Properly clone array when changing value 2019-08-27 17:00:00 -04:00
Call Ensure that properties not set on class add back to context (as mixed) 2019-09-07 22:10:22 -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 Prohibit mutation-free assignment ops 2019-09-03 12:16:31 -04:00
BinaryOpAnalyzer.php Fix #2061 - add config to allow suppression of string increment issues 2019-09-01 17:49:37 -04:00
CallAnalyzer.php Allow @psalm-assert to propagate member assertions to the caller's context (#2100) 2019-09-05 21:00:02 -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