1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Checker
2017-02-21 17:41:54 -05:00
..
Statements Add merging of vars_possibly_in_scope back 2017-02-21 17:41:54 -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 Move FileChecker functionality into separate, better-contained classes 2017-02-18 13:41:27 -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 Move FileChecker functionality into separate, better-contained classes 2017-02-18 13:41:27 -05:00
FunctionChecker.php Fix array_filter on string-keyed arrays 2017-02-13 19:16:25 -05:00
FunctionLikeChecker.php Prevent error when no params are given 2017-02-21 01:56:43 -05:00
InterfaceChecker.php Fix #80 - add dead code checks via command line 2017-01-31 23:24:33 -05:00
MethodChecker.php Prevent empty typeof types 2017-02-12 19:51:48 -05:00
NamespaceChecker.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
ProjectChecker.php Move FileChecker functionality into separate, better-contained classes 2017-02-18 13:41:27 -05:00
ScopeChecker.php Add support for negating some while assertions 2017-02-21 16:52:27 -05:00
SourceChecker.php Allow functions to be included too 2017-01-07 19:33:33 -05:00
StatementsChecker.php Fix issue with do statement breaking 2017-02-18 17:49:34 -05:00
TraitChecker.php Add issue for possibly unused variables in public/private methods 2017-02-11 18:56:38 -05:00
TypeChecker.php Fix #102 - be more lenient about whether a type can be reconciled 2017-02-21 16:15:39 -05:00