.. |
FunctionLike
|
Fix #1434 - allow local suppression of return type checks
|
2019-03-07 09:21:03 -05:00 |
Statements
|
Fix #1510 - analyse mixed array offsets
|
2019-03-31 15:42:15 -04:00 |
AlgebraAnalyzer.php
|
Dropped unused uses
|
2019-02-17 13:17:45 -05:00 |
CanAlias.php
|
Move internal classes to own namespace
|
2018-11-12 11:20:59 -05:00 |
ClassAnalyzer.php
|
Fix #1513 - use correct param types when examining abstract trait methods
|
2019-03-28 22:47:17 -04:00 |
ClassLikeAnalyzer.php
|
Fix #1514 - catch static interface call
|
2019-03-28 08:22:44 -04:00 |
ClosureAnalyzer.php
|
Improve treatment of templated params within function analysis
|
2018-12-17 23:29:27 -05:00 |
CommentAnalyzer.php
|
Refactor storage of template names to prevent clashes
|
2019-03-22 15:59:10 -04:00 |
FileAnalyzer.php
|
Allow suppressing exception issues inline
|
2019-03-31 14:22:19 -04:00 |
FunctionAnalyzer.php
|
Remove unused use statements
|
2019-03-03 22:22:36 -05:00 |
FunctionLikeAnalyzer.php
|
Allow suppressing exception issues inline
|
2019-03-31 14:22:19 -04:00 |
InterfaceAnalyzer.php
|
Fix #1435 - prevent classes extending interfaces
|
2019-03-07 11:16:40 -05:00 |
MethodAnalyzer.php
|
Fix #1499 - use TraitMethodSignatureMismatch when dealing with trait methods
|
2019-03-29 14:09:06 -04:00 |
NamespaceAnalyzer.php
|
Give errors for all uncaught exceptions
|
2019-03-31 14:22:19 -04:00 |
ProjectAnalyzer.php
|
Fix #1417 - store root file path when scanning for manipulations
|
2019-03-02 15:07:26 -05:00 |
ScopeAnalyzer.php
|
Do better at finding things that exit
|
2019-01-02 18:14:47 -05:00 |
SourceAnalyzer.php
|
Add an error for throws in global scope
|
2019-03-24 23:03:37 -04:00 |
StatementsAnalyzer.php
|
Give errors for all uncaught exceptions
|
2019-03-31 14:22:19 -04:00 |
TraitAnalyzer.php
|
Dropped unused uses
|
2019-02-17 13:17:45 -05:00 |
TypeAnalyzer.php
|
Error should be InvalidScalarArgument
|
2019-03-19 16:12:38 -04:00 |