..
FunctionLike
fix errors
2021-11-09 22:31:40 +01:00
Statements
Merge pull request #7002 from orklah/listkeyedarray
2021-11-26 21:32:55 +01:00
AlgebraAnalyzer.php
Fix false positive ParadoxicalCondition in negation of in_array
2021-09-06 21:15:04 -04:00
AttributeAnalyzer.php
Fix typos in message about Attribute usage
2021-11-12 23:11:59 +01:00
CanAlias.php
use of strtolower only once
2021-10-13 20:16:06 +02:00
ClassAnalyzer.php
use return type hints instead of php doc "@return void"
2021-11-26 20:59:41 +01:00
ClassLikeAnalyzer.php
coalesce operator
2021-09-26 23:34:31 +02:00
ClassLikeNameOptions.php
Support enums ( #5699 )
2021-05-03 17:54:09 -04:00
ClosureAnalyzer.php
code trimming
2021-09-25 02:34:21 +02:00
CommentAnalyzer.php
fix errors
2021-10-02 10:01:05 +02:00
DataFlowNodeData.php
ConsoleReport: Add links to open file in editor
2021-11-07 15:04:14 +01:00
FileAnalyzer.php
replace elvis operator by coalesce operator when applicable
2021-10-13 20:16:06 +02:00
FunctionAnalyzer.php
Enforce use
sort ( #5900 )
2021-06-07 22:55:21 -04:00
FunctionLikeAnalyzer.php
Taint can't transmit through numerics nor bool
2021-11-25 22:51:35 +01:00
InterfaceAnalyzer.php
IssueData.php
Treat all assignment operations as equivalent binary ops
2021-06-04 14:39:38 -04:00
MethodAnalyzer.php
Remove some unused return values
2021-06-10 12:09:46 -04:00
MethodComparator.php
attempt to fix #6973
2021-11-23 20:26:07 +01:00
NamespaceAnalyzer.php
Enforce use
sort ( #5900 )
2021-06-07 22:55:21 -04:00
ProjectAnalyzer.php
Display target PHP version
2021-11-27 02:18:09 +02:00
ScopeAnalyzer.php
Added phpcs SelfMemberReference rule, and applied
2021-11-07 15:47:39 +09:00
SourceAnalyzer.php
unset instead of reassign
2021-09-25 18:11:54 +02:00
StatementsAnalyzer.php
Fix some CS issues
2021-11-15 04:00:38 +01:00
TraitAnalyzer.php
TypeAnalyzer.php
Announce removal of deprecated methods ( #5956 )
2021-06-20 14:12:20 -04:00