1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm/Checker
2017-02-08 00:28:26 -05:00
..
Statements Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
CanAlias.php Simplify a lot of APIs 2017-01-07 14:35:07 -05:00
ClassChecker.php Fix #80 - add dead code checks via command line 2017-01-31 23:24:33 -05:00
ClassLikeChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Fix #87 - array types from docblocks can be reasoned about safely 2017-02-03 22:07:14 -05:00
FileChecker.php Remove dead code and fix config.xsd 2017-02-07 18:27:28 -05:00
FunctionChecker.php Add array_slice call to methods whose return types we can infer 2017-01-30 22:26:31 -05:00
FunctionLikeChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
InterfaceChecker.php Fix #80 - add dead code checks via command line 2017-01-31 23:24:33 -05:00
MethodChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
NamespaceChecker.php Prevent Psalm from storing unnecessary checkers 2017-02-01 18:11:00 -05:00
ProjectChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
ScopeChecker.php Fix MixedAssignment errors 2016-12-17 00:48:31 -05:00
SourceChecker.php Allow functions to be included too 2017-01-07 19:33:33 -05:00
StatementsChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
TraitChecker.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
TypeChecker.php Fix union type simplification of float|int eradicating int 2017-02-01 19:39:40 -05:00