1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 21:48:45 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2023-10-21 20:45:09 +02:00
..
Assignment
BinaryOp More rector fixes 2023-10-21 20:45:09 +02:00
Call More rector fixes 2023-10-21 20:45:09 +02:00
Fetch More rector fixes 2023-10-21 20:45:09 +02:00
ArrayAnalyzer.php
ArrayCreationInfo.php
AssertionFinder.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
AssignmentAnalyzer.php Fix method calls and property accesses after extension_loaded 2023-10-19 11:16:20 +02:00
BinaryOpAnalyzer.php Fix code style 2023-10-02 15:22:57 +02:00
BitwiseNotAnalyzer.php
BooleanNotAnalyzer.php
CallAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
CastAnalyzer.php Rector fixes 2023-10-21 20:44:04 +02:00
ClassConstAnalyzer.php fix final class constant type 2023-10-13 14:18:58 +03:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php
EvalAnalyzer.php
ExitAnalyzer.php
ExpressionIdentifier.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
IncDecExpressionAnalyzer.php
IncludeAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
InstanceofAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
IssetAnalyzer.php Check if argument passed to isset() is valid 2023-08-01 14:39:10 +03:00
MagicConstAnalyzer.php Change __LINE__ to a positive-int 2023-06-17 12:24:09 +01:00
MatchAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
NullsafeAnalyzer.php
PrintAnalyzer.php
SimpleTypeInferer.php Fix for inferring enum case value from a class constant, const test fix 2023-10-13 01:15:05 +02:00
TernaryAnalyzer.php
UnaryPlusMinusAnalyzer.php
YieldAnalyzer.php
YieldFromAnalyzer.php