1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Checker
2018-01-05 00:19:35 -05:00
..
Statements Fix indentation 2018-01-02 21:23:48 -05:00
AlgebraChecker.php Only complain about redundant conditions if there’s one negated clause 2017-12-18 00:47:36 -05:00
CanAlias.php Fix trait method evaluation order 2017-12-29 11:26:28 -05:00
ClassChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
ClassLikeChecker.php Add code replacement api to allow Psalm to update arbitrary parts of the codebase 2018-01-02 09:46:50 -05:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Improve reporting of classlike locations in docblocks 2018-01-01 20:04:03 -05:00
FileChecker.php Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
FunctionChecker.php Be better about inherited core method arg types 2018-01-04 18:58:03 -05:00
FunctionLikeChecker.php Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
InterfaceChecker.php Fix phpdoc in psalm's codebase referring to missing params. (#273) 2017-11-08 23:32:22 -05:00
MethodChecker.php Cut down on interface PossiblyUnusedMethod reports 2017-12-29 19:38:01 -05:00
NamespaceChecker.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
ProjectChecker.php Add more debug output when using reflection/composer classmap 2018-01-04 14:13:54 -05:00
ScopeChecker.php Fix indentation 2018-01-02 21:23:48 -05:00
SourceChecker.php Allow param redefinition, but complain if it differs to parent class 2018-01-05 00:19:35 -05:00
StatementsChecker.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
TraitChecker.php Move Psalm execution code into PHP file that Psalm can analyse 2017-12-29 17:02:56 -05:00
TypeChecker.php Fix issue assigning string-typed properties without a string cast 2018-01-02 18:01:59 -05:00