1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Checker
2017-12-28 01:49:36 +01:00
..
Statements Fix #410 - make sure anything inside a catch statement is treated as Throwable (#413) 2017-12-28 01:49:36 +01: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 issues that improved array checks found 2017-11-19 12:14:02 -05:00
ClassChecker.php Isolate where we load static storage objects (#195) 2017-07-29 15:05:06 -04:00
ClassLikeChecker.php Fix #409 - PropertyNotSetInConstructor can be suppressed at the property level 2017-12-27 12:27:59 +01:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Don’t treat callmap scalar types as any sort of filtering mechanism 2017-12-15 16:48:06 -05:00
FileChecker.php Add UndefinedGlobalVariable issue and asssociated Possibly... one 2017-12-06 00:56:00 -05:00
FunctionChecker.php Fix #407 - improve treatment of array_merge unpacked args 2017-12-23 02:09:58 +01:00
FunctionLikeChecker.php Remove dead code 2017-12-16 10:51:04 -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 Fix issues found by improved Psalm checks 2017-11-24 12:10:30 -05:00
NamespaceChecker.php Fix #228, fix #336 by improving checking of inherited signatures 2017-11-26 16:03:17 -05:00
ProjectChecker.php Use composer classmap where available to remove need for reflection of vendor classes 2017-12-28 00:56:10 +01:00
ScopeChecker.php Remove more methods never called 2017-12-16 10:59:04 -05:00
SourceChecker.php Fix return {expr} checks for void functions 2017-12-14 12:50:02 -05:00
StatementsChecker.php If class checking fails for storage reasons, don’t quit analysis 2017-12-23 01:26:08 +01:00
TraitChecker.php Remove dead code 2017-12-16 10:51:04 -05:00
TypeChecker.php Make array{a:string} a subtype of array<string, string> 2017-12-18 20:08:45 -05:00