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
2021-05-24 00:09:51 -04:00
..
Block Handle the case where a switch return on each case (#5819) 2021-05-23 16:24:29 -04:00
Expression Add example given in ticket and ensure that works too 2021-05-24 00:09:51 -04:00
BreakAnalyzer.php Fix issue when two continue/break statements write same variable 2021-05-13 09:39:25 -04:00
ContinueAnalyzer.php Fix issue when two continue/break statements write same variable 2021-05-13 09:39:25 -04:00
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 Track references on global variables (#5122) 2021-01-28 18:58:02 -05:00
ReturnAnalyzer.php Migrate ClassLikeName options to object 2021-04-30 15:01:33 -04:00
StaticAnalyzer.php Fix a few issues 2020-12-01 18:26:15 -05:00
ThrowAnalyzer.php Pass correct flags when referencing from finally 2020-11-25 14:04:55 -05:00
UnsetAnalyzer.php Unset should change array with keyed offsets 2021-01-13 18:10:59 -05:00
UnusedAssignmentRemover.php Remove (and prevent) unused uses (#5704) 2021-05-03 17:22:15 -04:00