1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Checker
2018-08-16 16:49:33 -04:00
..
FunctionLike Fix #894 - check magic methods with given return types 2018-07-16 20:32:16 -04:00
Statements Allow suppression of TooManyArguments by function/method id 2018-08-16 16:49:33 -04:00
AlgebraChecker.php Fix remaining issues with logic checks 2018-05-07 14:52:45 -04:00
CanAlias.php Make Psalm compatible with PHP Parser 4 2018-04-17 13:06:02 -04:00
ClassChecker.php Add support for checking DeprecatedTrait and DeprecatedConstant 2018-08-10 13:25:25 -04:00
ClassLikeChecker.php Resolve as many names as possible in the parsing stage 2018-07-12 21:25:06 -04:00
ClosureChecker.php PSR-2 2016-11-02 17:50:54 -04:00
CommentChecker.php Fix linting issues 2018-07-21 22:55:16 -04:00
FileChecker.php Fix #932 - allow obvious string vars to be used for includes 2018-08-07 13:17:23 -04:00
FunctionChecker.php Fix #927 - improve typing of object-like arrays containing class like strings 2018-08-08 21:31:13 -04:00
FunctionLikeChecker.php Fix #915 - never care about falsable/nullable issues when matching functions from callmap 2018-08-08 23:28:30 -04:00
InterfaceChecker.php Move a bunch of code into Codebase 2018-02-01 00:50:01 -05:00
MethodChecker.php Fix #573 - improve required param message 2018-07-13 20:17:29 -04:00
NamespaceChecker.php Make Psalm compatible with PHP Parser 4 2018-04-17 13:06:02 -04:00
ProjectChecker.php Scan entire file/dir list at once (#944) 2018-08-15 11:57:40 -04:00
ScopeChecker.php Fix #269 - allow trigger_error to count as exit statement 2018-07-13 18:36:25 -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 Fix #867 - make some system constant types more broad 2018-07-06 13:35:36 -04:00
TraitChecker.php Remove more ? from docblocks 2018-01-28 17:07:09 -05:00
TypeChecker.php Fix #306 - add support for typing generators 2018-07-13 17:34:44 -04:00