1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-17 03:47:04 +01:00
psalm/src/Psalm/Checker
2018-11-01 22:46:14 -04:00
..
FunctionLike Port over cleanup from server branch 2018-10-06 20:11:19 -04:00
Statements Cache errors as well as info issues 2018-11-01 21:52:39 -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 Fix #1050 - don’t check stubbed classes for property initialisation 2018-11-01 22:46:14 -04:00
ClassLikeChecker.php Fix #1039 by invalidating all use users 2018-10-26 23:04:38 -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 server mode support with error reporting only 2018-10-17 15:54:31 -04:00
FunctionChecker.php Fix #1024 - add support for filter_var 2018-10-23 14:38:36 -04:00
FunctionLikeChecker.php Add onchange events and symbol lookup with disabled completion 2018-10-26 16:17:15 -04:00
InterfaceChecker.php Fix Psalm-found issues 2018-09-04 14:37:33 -04:00
MethodChecker.php Don’t check methods we’ve already checked 2018-09-30 11:34:51 -04:00
NamespaceChecker.php Make Psalm compatible with PHP Parser 4 2018-04-17 13:06:02 -04:00
ProjectChecker.php Add --disable-on-change option 2018-10-30 18:58:22 -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 Added an HTML-escaped-string meta-type for functions to return 2018-10-29 11:54:25 -04:00