1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Checker
2016-12-28 21:40:03 -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 Fix overridden method interface checks 2016-12-28 21:37:24 -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 Allow trait methods to be overwritten 2016-12-28 21:40:03 -05: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 overridden method interface checks 2016-12-28 21:37:24 -05:00
TypeChecker.php Move assertion checks into separate file 2016-12-28 15:52:44 -05:00