1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Checker
2017-02-12 18:47:02 -05:00
..
Statements Fix ternary/which/for conditionals 2017-02-12 18:47:02 -05:00
CanAlias.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
ClassChecker.php Allow generator to be used as a traversable 2017-02-08 20:58:50 -05:00
ClassLikeChecker.php Convert all templated properties to most acceptable type 2017-02-12 14:10:34 -05:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Remove dead code 2017-02-11 19:30:06 -05:00
FileChecker.php Use a more fault-tolerant version of php-parser 2017-02-10 21:27:12 -05:00
FunctionChecker.php Remove unused vars 2017-02-10 19:10:13 -05:00
FunctionLikeChecker.php Fix invalid NullPropertyFetch warning 2017-02-12 18:06:18 -05:00
InterfaceChecker.php Fix #80 - add dead code checks via command line 2017-01-31 23:24:33 -05:00
MethodChecker.php Remove dead code 2017-02-11 19:30:06 -05:00
NamespaceChecker.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
ProjectChecker.php Remove dead code 2017-02-11 19:30:06 -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 Complain about unevaluated code in more concrete fashion 2017-02-12 16:49:32 -05:00
TraitChecker.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
TypeChecker.php Alert user if !object assertion has issues 2017-02-12 13:27:42 -05:00