1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements
Matt Brown 12844621b4 Fix #5693 - revert fix for #2048
The original fix was just a bit too narrow, and led to this bug
2021-05-01 21:13:42 -04:00
..
Block Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
Expression Fix #5693 - revert fix for #2048 2021-05-01 21:13:42 -04:00
BreakAnalyzer.php
ContinueAnalyzer.php
EchoAnalyzer.php Detect mixed echo argument when unused variable detection is turned on 2021-03-20 20:53:51 -04:00
ExpressionAnalyzer.php display PHP version when not understanding an expression (#5268) 2021-02-22 13:15:34 -05:00
GlobalAnalyzer.php
ReturnAnalyzer.php Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
StaticAnalyzer.php
ThrowAnalyzer.php
UnsetAnalyzer.php
UnusedAssignmentRemover.php