.. |
FunctionLike
|
Fix #1525 - allow scalar return types to accept false
|
2019-04-03 10:56:29 -04:00 |
Statements
|
Prevent impossible === false comparison
|
2019-04-12 10:30:56 -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 Psalm errors
|
2019-04-08 21:51:18 -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
|
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
|
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
|
Fix memory leak
|
2019-04-02 23:36:55 -04:00 |
TraitAnalyzer.php
|
Dropped unused uses
|
2019-02-17 13:17:45 -05:00 |
TypeAnalyzer.php
|
Fix #1540 - use correct comparison for callable param types
|
2019-04-12 00:44:10 -04:00 |