1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2020-06-23 15:52:19 -04:00
..
Assignment Improve tainting of specializable classes 2020-06-19 01:22:51 -04:00
BinaryOp Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
Call Allow taints to flow where no return type exists 2020-06-23 15:52:19 -04:00
Fetch Fix #3642 - detect missing property when name matches 2020-06-23 13:12:46 -04:00
ArrayAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
AssertionFinder.php Fix get_class($foo) === static::class checks 2020-06-23 13:11:19 -04:00
AssignmentAnalyzer.php Improve tainting of specializable classes 2020-06-19 01:22:51 -04:00
BinaryOpAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
BitwiseNotAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
BooleanNotAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
CallAnalyzer.php Fix #3491 - provide correct types for substitution 2020-05-30 19:11:41 -04:00
CastAnalyzer.php Add faster taint analysis 2020-05-22 12:33:29 -04:00
CloneAnalyzer.php Downgrade some PossiblyInvalidClone issues 2020-05-18 17:18:13 -04:00
EmptyAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
EncapsulatedStringAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
EvalAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
ExpressionIdentifier.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
IncDecExpressionAnalyzer.php Beautify BinaryOpAnalyzer 2020-05-18 18:57:09 -04:00
IncludeAnalyzer.php Add explicit path object 2020-06-22 02:10:03 -04:00
InstanceofAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
IssetAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
MagicConstAnalyzer.php __TRAIT__ can be string or non-empty-string (#3469) 2020-05-27 19:23:46 -04:00
PrintAnalyzer.php Add faster taint analysis 2020-05-22 12:33:29 -04:00
SimpleTypeInferer.php Infer better types for magic constants used in const initializers (#3602) 2020-06-18 09:48:51 -04:00
TernaryAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
UnaryPlusMinusAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
YieldAnalyzer.php Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
YieldFromAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00