1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 22:49:31 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2022-07-15 22:17:59 -04:00
..
Assignment Merge branch '4.x' 2022-07-07 15:01:38 -05:00
BinaryOp Merge branch '4.x' 2022-07-07 15:01:38 -05:00
Call Support taints in new $_GET["a"] calls 2022-07-15 22:17:59 -04:00
Fetch Merge branch '4.x' 2022-07-07 15:01:38 -05:00
ArrayAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
ArrayCreationInfo.php
AssertionFinder.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
AssignmentAnalyzer.php Fix style 2022-06-08 16:03:27 -04:00
BinaryOpAnalyzer.php Add a few additional dupes 2022-04-01 12:19:29 +02:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
CastAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
ClassConstAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
CloneAnalyzer.php Run method call prohibition analyzer when cloning 2022-06-24 12:37:33 +02:00
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php Merge branch '4.x' 2022-07-07 15:01:38 -05:00
EvalAnalyzer.php
ExitAnalyzer.php
ExpressionIdentifier.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
IncDecExpressionAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
IncludeAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
MatchAnalyzer.php Made most of callbacks static. Reworked some array_map() into foreach() 2022-04-09 21:58:26 +12:00
NullsafeAnalyzer.php
PrintAnalyzer.php
SimpleTypeInferer.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
TernaryAnalyzer.php Fix #7968 - combine and simplify types where necessary in ternary analysis 2022-05-19 22:32:14 -04:00
UnaryPlusMinusAnalyzer.php remove TPositiveInt 2022-01-23 23:49:23 +01:00
YieldAnalyzer.php
YieldFromAnalyzer.php