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-27 15:12:25 -04:00
..
Assignment Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
Call Fix #2062 - treat function inside variable method call name as used 2019-08-26 00:47:46 -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 Fix #2041 - make sure property is always set 2019-08-21 11:25:08 -04:00
BinaryOpAnalyzer.php Prevent baaad behaviour 2019-08-20 14:26:32 -04:00
CallAnalyzer.php Cleanup extra issues from recent fixes 2019-08-27 14:16:34 -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