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-06-30 11:08:51 -04:00
..
DoChecker.php Allow dead code detection to capture last do checks 2018-06-30 11:08:51 -04:00
ForChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
ForeachChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
IfChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
LoopChecker.php Improve dead code analysis of switch statements 2018-06-16 21:54:44 -04:00
SwitchChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
TryChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
WhileChecker.php Support value types (#707) 2018-05-03 13:56:30 -04:00