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-07-01 18:57:19 -04:00
..
Assignment Fix #3720 - allow literal unions in keys to map to object-like arrays 2020-07-01 18:57:19 -04:00
BinaryOp Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
Call Add new annotation: @psalm-self-out (#3650) 2020-07-01 18:10:24 -04:00
Fetch Fix #3720 - allow literal unions in keys to map to object-like arrays 2020-07-01 18:57:19 -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
BooleanNotAnalyzer.php
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 Allow cloning interfaces 2020-07-01 11:14:31 -04:00
EmptyAnalyzer.php
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
IncDecExpressionAnalyzer.php
IncludeAnalyzer.php Add explicit path object 2020-06-22 02:10:03 -04:00
InstanceofAnalyzer.php
IssetAnalyzer.php
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
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php Move static property fetch analyzer to own class 2020-06-18 11:53:24 -04:00
YieldFromAnalyzer.php