1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm/Checker
2016-12-28 19:58:32 -05:00
..
Statements Improve how we disable clauses 2016-12-28 18:55:16 -05:00
ClassChecker.php Add support for class constant visibility 2016-12-04 01:44:33 -05:00
ClassLikeChecker.php Only warn about unimplemented interface methods for non-abstract classes 2016-12-28 16:46:30 -05:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Fix #20 - emit an issue when param is missing a type or param 2016-12-25 11:32:21 +00:00
FileChecker.php Register all classes & interfaces declared in file before check 2016-12-28 13:10:58 -05:00
FunctionChecker.php Fix array_filter with no second arg usage 2016-12-26 14:40:32 +00:00
FunctionLikeChecker.php Check return types of functions in namespaces 2016-12-28 19:57:18 -05:00
InterfaceChecker.php Improve interface inheritance 2016-11-20 11:51:19 -05:00
MethodChecker.php Support old-style namespaced constructors 2016-12-27 01:06:05 +00:00
NamespaceChecker.php Fix MixedAssignment errors 2016-12-17 00:48:31 -05:00
ProjectChecker.php Fix MixedAssignment errors 2016-12-17 00:48:31 -05:00
ScopeChecker.php Fix MixedAssignment errors 2016-12-17 00:48:31 -05:00
SourceChecker.php Allow generic TypeChecker::isContainedBy checks 2016-12-24 18:28:43 +00:00
StatementsChecker.php Fix nullref 2016-12-28 19:58:32 -05:00
TraitChecker.php Fix trait method call checks 2016-12-12 13:50:46 -05:00
TypeChecker.php Move assertion checks into separate file 2016-12-28 15:52:44 -05:00