1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00
psalm/src/Psalm/Checker
2018-07-03 08:09:00 -04:00
..
FunctionLike Fix #786 - improve treatment of array isset checks 2018-05-31 15:07:03 -04:00
Statements Don’t memoise assertions - it messes with trait analysis 2018-07-03 00:51:57 -04:00
AlgebraChecker.php Fix remaining issues with logic checks 2018-05-07 14:52:45 -04:00
CanAlias.php
ClassChecker.php Fix #838 - check assertions, even outside conditionals 2018-06-25 18:02:05 -04:00
ClassLikeChecker.php Improve dead code detection 2018-06-16 20:01:41 -04:00
ClosureChecker.php
CommentChecker.php Remove mixed in @method param types 2018-06-28 17:39:25 -04:00
FileChecker.php Improve dead code analysis of switch statements 2018-06-16 21:54:44 -04:00
FunctionChecker.php Add better checks for array_reduce 2018-06-28 16:01:53 -04:00
FunctionLikeChecker.php Add exception for case that shouldn’t appear 2018-07-03 08:09:00 -04:00
InterfaceChecker.php
MethodChecker.php Fix #805 - allow dead code detection from methods just called internally 2018-06-19 16:14:51 -04:00
NamespaceChecker.php
ProjectChecker.php Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -04:00
ScopeChecker.php Improve dead code detection 2018-06-16 20:01:41 -04:00
SourceChecker.php Treat required files the same as the files that require them, reporting-wise 2018-05-30 16:19:18 -04:00
StatementsChecker.php Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -04:00
TraitChecker.php
TypeChecker.php Fix #851 - prevent null being removed in simplifyUnionType 2018-06-30 10:38:37 -04:00