1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Checker
2018-09-27 17:59:46 -04:00
..
FunctionLike Fix interface return type regression 2018-09-14 00:07:56 -04:00
Statements Fix #1005 - resolve /./ to / 2018-09-27 17:59:46 -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 Ignore method deprecation until it breaks 2018-09-18 18:21:12 -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 #996 - improve handling of return type comments 2018-09-13 23:39:24 -04:00
FileChecker.php Add ability to pretend that a file has declare(strict_types=1) 2018-08-29 15:10:56 -04:00
FunctionChecker.php Fix #986 - use better return type for array_slice 2018-09-07 10:53:56 -04:00
FunctionLikeChecker.php Fix #996 - improve handling of return type comments 2018-09-13 23:39:24 -04:00
InterfaceChecker.php Fix Psalm-found issues 2018-09-04 14:37:33 -04:00
MethodChecker.php Fix #998 - use lowercase comparison for method signature checks 2018-09-19 23:12:35 -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 Check outer scope for loop changes on break/continue (#1002) 2018-09-20 19:19:00 -04:00
TraitChecker.php Remove more ? from docblocks 2018-01-28 17:07:09 -05:00
TypeChecker.php Fix #982 - treat intersection types of traversables as first-order citizens 2018-09-09 20:10:50 -04:00