.. |
FunctionLike
|
Port over cleanup from server branch
|
2018-10-06 20:11:19 -04:00 |
Statements
|
Be more lenient with objectlike array offset values
|
2018-10-23 13:14:14 -04:00 |
AlgebraChecker.php
|
Fix remaining issues with logic checks
|
2018-05-07 14:52:45 -04:00 |
CanAlias.php
|
|
|
ClassChecker.php
|
Don’t skip correct methods in non-diff mode
|
2018-10-08 19:41:32 -04:00 |
ClassLikeChecker.php
|
Don’t complain when encountering string templated builtin type
|
2018-10-08 19:57:18 -04:00 |
ClosureChecker.php
|
|
|
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
|
Only substitute param types in function analysis if none present
|
2018-10-08 13:07:28 -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
|
|
|
ProjectChecker.php
|
Change psalm --server to psalm-language-server
|
2018-10-18 14:34:46 -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
|
|
|
TypeChecker.php
|
Fix buggy handling of class with __toString being passed to string|object
|
2018-10-04 15:29:01 -04:00 |