.. |
FunctionLike
|
Fix #1525 - allow scalar return types to accept false
|
2019-04-03 10:56:29 -04:00 |
Statements
|
Add a way to ignore variable method & property calls
|
2019-04-20 17:49:49 -04:00 |
AlgebraAnalyzer.php
|
Dropped unused uses
|
2019-02-17 13:17:45 -05:00 |
CanAlias.php
|
Prepare to enable paralellised use of --find-dead-code
|
2019-04-12 18:28:07 -04:00 |
ClassAnalyzer.php
|
Add hopefully-more-portable method for evaluating method/property usage
|
2019-04-16 16:07:48 -04:00 |
ClassLikeAnalyzer.php
|
Fix #1528 - double check for missing dependency
|
2019-04-21 11:30:50 -04:00 |
ClosureAnalyzer.php
|
Improve treatment of templated params within function analysis
|
2018-12-17 23:29:27 -05:00 |
CommentAnalyzer.php
|
Fix #1473 - add support for ...&x in docblocks
|
2019-04-09 14:23:48 -04:00 |
FileAnalyzer.php
|
Allow suppressing exception issues inline
|
2019-03-31 14:22:19 -04:00 |
FunctionAnalyzer.php
|
Fix #1531 - improve hrtime return type
|
2019-04-03 17:08:37 -04:00 |
FunctionLikeAnalyzer.php
|
Fix #1534 - allow unpacked args to be interpreted properly by overloaded functions
|
2019-04-09 14:48:51 -04:00 |
InterfaceAnalyzer.php
|
Fix #1435 - prevent classes extending interfaces
|
2019-03-07 11:16:40 -05:00 |
MethodAnalyzer.php
|
Add hopefully-more-portable method for evaluating method/property usage
|
2019-04-16 16:07:48 -04:00 |
NamespaceAnalyzer.php
|
Give errors for all uncaught exceptions
|
2019-03-31 14:22:19 -04:00 |
ProjectAnalyzer.php
|
Don’t warn about unused properties that override a used one
|
2019-04-17 16:41:35 -04: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
|
Add a way to ignore variable method & property calls
|
2019-04-20 17:49:49 -04:00 |
TraitAnalyzer.php
|
Dropped unused uses
|
2019-02-17 13:17:45 -05:00 |
TypeAnalyzer.php
|
Add support for tracking callables
|
2019-04-17 15:45:40 -04:00 |