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
2020-08-22 08:20:05 -04:00
..
Block Resolve typedefs that are used in var docblocks of foreach (#4037) 2020-08-22 08:20:05 -04:00
Expression Fix #4019 - new static isn’t static if class is final 2020-08-18 11:25:11 -04:00
BreakAnalyzer.php
ContinueAnalyzer.php
EchoAnalyzer.php Refactor type comparison 2020-07-21 19:40:35 -04:00
ExpressionAnalyzer.php Fix #3797 - prevent many chained assignments crashing Psalm 2020-07-10 16:49:45 -04:00
GlobalAnalyzer.php
ReturnAnalyzer.php Refactor type comparison 2020-07-21 19:40:35 -04:00
StaticAnalyzer.php Refactor type comparison 2020-07-21 19:40:35 -04:00
ThrowAnalyzer.php Refactor type comparison 2020-07-21 19:40:35 -04:00
UnsetAnalyzer.php Fix some more tests 2020-07-21 23:16:56 -04:00
UnusedAssignmentRemover.php