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-09-20 19:26:49 -04:00
..
Assignment Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
BinaryOp 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
Call Localise taint analysis better 2020-09-20 19:26:49 -04:00
Fetch Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
ArrayAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
AssertionFinder.php add visibilities to constants (#4219) 2020-09-20 12:54:46 -04:00
AssignmentAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
BinaryOpAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -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 Use array destructuring when possible (#4221) 2020-09-20 12:55:38 -04:00
CastAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
CloneAnalyzer.php Allow cloning interfaces 2020-07-01 11:14:31 -04:00
EmptyAnalyzer.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
EncapsulatedStringAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
EvalAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
ExitAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
ExpressionIdentifier.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
IncDecExpressionAnalyzer.php Workaround to PhpScoper group use bug in Box (#4174) 2020-09-12 11:24:40 -04:00
IncludeAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
InstanceofAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
IssetAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
MagicConstAnalyzer.php __TRAIT__ can be string or non-empty-string (#3469) 2020-05-27 19:23:46 -04:00
MatchAnalyzer.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
PrintAnalyzer.php Add to StatementsAnalyzer taint object instead of Context 2020-09-20 18:42:21 -04:00
SimpleTypeInferer.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
TernaryAnalyzer.php More return types (#4173) 2020-09-12 11:24:05 -04:00
UnaryPlusMinusAnalyzer.php Make ExpressionAnalyzer more beautiful 2020-05-18 15:13:27 -04:00
YieldAnalyzer.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
YieldFromAnalyzer.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00