.. |
FunctionLike
|
Fix interface return type regression
|
2018-09-14 00:07:56 -04:00 |
Statements
|
Fix invalidly inferred return type
|
2018-10-01 15:14: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
|
Improve handling of traits further
|
2018-10-03 18:16:33 -04:00 |
ClassLikeChecker.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
ClosureChecker.php
|
|
|
CommentChecker.php
|
Fix #996 - improve handling of return type comments
|
2018-09-13 23:39:24 -04:00 |
FileChecker.php
|
Remove unused var
|
2018-10-02 17:22:30 -04:00 |
FunctionChecker.php
|
Don’t check methods we’ve already checked
|
2018-09-30 11:34:51 -04:00 |
FunctionLikeChecker.php
|
Don’t check methods we’ve already checked
|
2018-09-30 11:34:51 -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
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -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 buggy handling of class with __toString being passed to string|object
|
2018-10-04 15:29:01 -04:00 |