1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Checker
2018-06-22 01:13:49 -04:00
..
FunctionLike
Statements Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
AlgebraChecker.php
CanAlias.php
ClassChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
ClassLikeChecker.php Improve dead code detection 2018-06-16 20:01:41 -04:00
ClosureChecker.php
CommentChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
FileChecker.php Improve dead code analysis of switch statements 2018-06-16 21:54:44 -04:00
FunctionChecker.php Fix #810 - convert void array map return to null 2018-06-11 17:00:26 -04:00
FunctionLikeChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
InterfaceChecker.php
MethodChecker.php Fix #805 - allow dead code detection from methods just called internally 2018-06-19 16:14:51 -04:00
NamespaceChecker.php
ProjectChecker.php
ScopeChecker.php Improve dead code detection 2018-06-16 20:01:41 -04:00
SourceChecker.php
StatementsChecker.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -04:00
TraitChecker.php
TypeChecker.php