1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/Psalm/Checker
2017-01-27 08:28:21 -07:00
..
Statements Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
CanAlias.php Simplify a lot of APIs 2017-01-07 14:35:07 -05:00
ClassChecker.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
ClassLikeChecker.php Check for not-set-in-constructor errors across traits too 2017-01-27 08:28:21 -07:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Change variadic docblock param to match language syntax 2017-01-17 01:14:43 -05:00
FileChecker.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
FunctionChecker.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
FunctionLikeChecker.php Make location of constructor error more specific 2017-01-26 23:32:03 -07:00
InterfaceChecker.php Make project checker always aware of file paths to classes 2017-01-19 10:55:58 -05:00
MethodChecker.php Fix phpcs errors 2017-01-16 19:06:39 -05:00
NamespaceChecker.php Fix multiple duplicate namespaces constant confusion 2017-01-17 23:55:08 -05:00
ProjectChecker.php Fix #48 by recording class definition line number & file path 2017-01-19 23:45:21 -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 Remove unnecessary var_dump 2017-01-25 17:09:31 -07:00
TraitChecker.php Make project checker always aware of file paths to classes 2017-01-19 10:55:58 -05:00
TypeChecker.php Fix simplifyUnionType so classes with __toString aren’t confused with string 2017-01-25 17:01:01 -07:00