1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2022-02-13 22:38:38 +01:00
..
Assignment Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
BinaryOp Remove mic-drop hack from if analysis (#7484) 2022-01-28 18:30:47 -05:00
Call also remove a from_calculation flag which was scheduled for removal in Psalm 5 2022-02-12 10:19:39 +01:00
Fetch Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
ArrayAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
ArrayCreationInfo.php
AssertionFinder.php consistency 2022-02-09 21:48:33 +01:00
AssignmentAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
BinaryOpAnalyzer.php
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Rename getArrayVarId to getExtendedVarId 2022-02-04 12:49:12 -05:00
CastAnalyzer.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
ClassConstAnalyzer.php Fix failing case in ClassConstAnalyzer and add test. 2022-01-27 21:50:36 -06:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php
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 don't anonymize call to count to allow assertions on count to be retrieved 2022-02-13 22:38:38 +01:00
NullsafeAnalyzer.php
PrintAnalyzer.php
SimpleTypeInferer.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
TernaryAnalyzer.php consistency between TernaryAnalyzer and IfElseAnalyzer 2022-02-13 10:52:22 +01:00
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php
YieldFromAnalyzer.php