1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 03:17:02 +01:00
psalm/src/Psalm/Checker
2018-01-18 17:41:14 -05:00
..
Statements Fix #450 - add checks for duplicate array keys 2018-01-18 17:16:50 -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 Move ClassLikeChecker::analyze into ClassChecker and InterfaceChecker 2018-01-14 13:08:24 -05:00
ClassLikeChecker.php Bring phpdoc @param up to date 2018-01-18 16:07:48 -05:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
FileChecker.php Move ClassLikeChecker::analyze into ClassChecker and InterfaceChecker 2018-01-14 13:08:24 -05:00
FunctionChecker.php Allow array_filter to inspect closure bodies 2018-01-17 16:07:46 -05:00
FunctionLikeChecker.php Refactor to break up too-large-files 2018-01-14 12:09:40 -05:00
InterfaceChecker.php Fix formatting in examples 2018-01-18 17:41:14 -05:00
MethodChecker.php Bring phpdoc @param up to date 2018-01-18 16:07:48 -05:00
NamespaceChecker.php Find unused properties with dead code checks 2018-01-10 23:29:18 -05:00
ProjectChecker.php Find unused properties with dead code checks 2018-01-10 23:29:18 -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 Refactor to break up too-large-files 2018-01-14 12:09:40 -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 Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -05:00