.. |
FunctionLike
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
Statements
|
Fix #4266 - prevent OOM when analysing closure unioned with invokable class
|
2020-10-02 00:47:42 -04:00 |
AlgebraAnalyzer.php
|
Improve unique issue solution
|
2020-09-10 22:54:30 -04:00 |
CanAlias.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
ClassAnalyzer.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
ClassLikeAnalyzer.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
ClosureAnalyzer.php
|
4.x - refactor unused variable detection
|
2020-09-30 12:28:13 -04:00 |
CommentAnalyzer.php
|
add visibilities to constants (#4219)
|
2020-09-20 12:54:46 -04:00 |
ControlFlowNodeData.php
|
Fixes crash due to class/filename mismatch (#4247)
|
2020-09-26 13:31:38 -04:00 |
FileAnalyzer.php
|
misc changes (#4227)
|
2020-09-22 00:44:31 -04:00 |
FunctionAnalyzer.php
|
4.x - refactor unused variable detection
|
2020-09-30 12:28:13 -04:00 |
FunctionLikeAnalyzer.php
|
Treat func_get_args as using function params
|
2020-09-30 13:08:01 -04:00 |
InterfaceAnalyzer.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
IssueData.php
|
Rename TaintGraph to ControlFlowGraph because it’s about to do more
|
2020-09-20 23:59:52 -04:00 |
MethodAnalyzer.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |
MethodComparator.php
|
replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176)
|
2020-09-13 16:39:06 -04:00 |
NamespaceAnalyzer.php
|
Localise taint analysis better
|
2020-09-20 19:26:49 -04:00 |
ProjectAnalyzer.php
|
Move taint graph functionality into its own object
|
2020-09-25 00:37:40 -04:00 |
ScopeAnalyzer.php
|
Prevent duplicate switch return types
|
2020-09-25 09:45:20 -04:00 |
SourceAnalyzer.php
|
replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176)
|
2020-09-13 16:39:06 -04:00 |
StatementsAnalyzer.php
|
4.x - refactor unused variable detection
|
2020-09-30 12:28:13 -04:00 |
TraitAnalyzer.php
|
add native param types (#4137)
|
2020-09-06 19:36:47 -04:00 |
TypeAnalyzer.php
|
unused use statements (#4228)
|
2020-09-22 01:10:46 -04:00 |