1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 19:36:59 +01:00
psalm/src/Psalm/Checker/Statements/Block
2018-03-17 00:19:55 -04:00
..
DoChecker.php Fix #561 - add all the do-defined vars before checking loop 2018-03-08 11:17:27 -05:00
ForChecker.php Improve unused variable detection slightly 2018-01-25 01:04:26 -05:00
ForeachChecker.php Remove unnecessary @var annotations 2018-03-17 00:19:55 -04:00
IfChecker.php Don’t remove clauses on mixed, just substitute for wedges 2018-03-15 16:40:22 -04:00
LoopChecker.php Fix issue found by better analysis 2018-02-17 11:21:45 -05:00
SwitchChecker.php Fix #515 - make Psalm aware of variable array keys 2018-02-17 11:24:08 -05:00
TryChecker.php Fix #544 - remove possibly assigned try vars from catch initialisations 2018-02-27 11:25:27 -05:00
WhileChecker.php Also check for non-false returns on LessSpecificReturnType 2018-03-07 11:16:56 -05:00