1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-10-13 20:16:06 +02:00
..
Assignment suppress or use the return type 2021-10-11 17:27:52 +02:00
BinaryOp refactor paradoxical conditions 2021-10-02 10:01:04 +02:00
Call Merge pull request #6642 from orklah/inside-conditional 2021-10-11 20:45:14 +02:00
Fetch use of strtolower only once 2021-10-13 20:16:06 +02:00
ArrayAnalyzer.php
ArrayCreationInfo.php
AssertionFinder.php Merge pull request #6628 from orklah/phpparser2 2021-10-11 20:42:32 +02:00
AssignmentAnalyzer.php suppress or use the return type 2021-10-11 17:27:52 +02:00
BinaryOpAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
BitwiseNotAnalyzer.php unused param 2021-09-26 22:36:17 +02:00
BooleanNotAnalyzer.php handle the case where analysis failed 2021-10-02 10:01:04 +02:00
CallAnalyzer.php use of strtolower only once 2021-10-13 20:16:06 +02:00
CastAnalyzer.php coalesce operator 2021-09-26 23:34:31 +02:00
CloneAnalyzer.php
EmptyAnalyzer.php 😓 2021-09-02 20:39:03 +02:00
EncapsulatedStringAnalyzer.php
EvalAnalyzer.php
ExitAnalyzer.php
ExpressionIdentifier.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
IncDecExpressionAnalyzer.php rename class because it handles Div too now 2021-09-19 19:30:01 +02:00
IncludeAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php
MatchAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
NullsafeAnalyzer.php
PrintAnalyzer.php
SimpleTypeInferer.php merging exceptions 2021-09-26 22:36:17 +02:00
TernaryAnalyzer.php allow ternary to override previous type when reassigning 2021-09-04 20:22:06 +02:00
UnaryPlusMinusAnalyzer.php fix UnaryMinus 2021-09-19 19:30:03 +02:00
YieldAnalyzer.php better combining 2021-09-25 11:21:06 +02:00
YieldFromAnalyzer.php