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-15 09:43:43 -04:00
..
Assignment Fix #2014 - prevent unusedvariable false positive when redefined in assignment || 2019-08-15 09:43:43 -04:00
Call Add better typing 2019-08-14 00:47:57 -04:00
Fetch Add better typing 2019-08-14 00:47:57 -04:00
ArrayAnalyzer.php Fully qualify constants and function calls (#1849) 2019-06-26 16:52:29 -04:00
AssertionFinder.php Fix is_string call 2019-08-10 09:16:32 -04:00
AssignmentAnalyzer.php Detect function in array access op 2019-08-13 14:07:45 -04:00
BinaryOpAnalyzer.php Fix #2014 - prevent unusedvariable false positive when redefined in assignment || 2019-08-15 09:43:43 -04:00
CallAnalyzer.php Fix #2014 - prevent unusedvariable false positive when redefined in assignment || 2019-08-15 09:43:43 -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