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-29 13:24:05 -04:00
..
Assignment Fix #3668 - taint property types for magic properties without @property 2020-06-25 00:24:37 -04:00
BinaryOp Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
Call Remove unused vars 2020-06-29 13:24:05 -04:00
Fetch Fix #3668 - taint property types for magic properties without @property 2020-06-25 00:24:37 -04:00
ArrayAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
AssertionFinder.php Fix #3631 - better treatment for assignments in complex conditionals 2020-06-24 13:16:52 -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 Improve handling of array_map, faking out calls where nececssary 2020-06-25 13:05:34 -04:00
CastAnalyzer.php Perform string casting for taints in ArgumentAnalyzer 2020-06-29 13:21:33 -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 Perform string casting for taints in ArgumentAnalyzer 2020-06-29 13:21:33 -04:00
EvalAnalyzer.php Improve tracking of array taints 2020-06-18 18:48:19 -04:00
ExitAnalyzer.php Fix #3681 - taint exit like echo 2020-06-25 17:17:08 -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 Mark print() statement as the same sink type as echo (#3669) 2020-06-24 17:23:16 -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