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-11-04 20:33:30 +01:00
..
Assignment replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
BinaryOp Merge pull request #6730 from orklah/int-template-arithmetics 2021-10-24 20:39:54 +02:00
Call accept ::class constant strings for literal argument 2021-11-03 13:44:14 +09:00
Fetch fix literal string access on a non empty array 2021-10-22 18:17:08 +02:00
ArrayAnalyzer.php Merge pull request #6660 from orklah/cleanup4 2021-10-14 00:12:21 +02:00
ArrayCreationInfo.php
AssertionFinder.php allow assertion to work on $var::class 2021-11-04 20:33:30 +01:00
AssignmentAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
BinaryOpAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +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 Added support of asserting properties of objects out of scope 2021-10-17 21:29:25 +13:00
CastAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
CloneAnalyzer.php
EmptyAnalyzer.php
EncapsulatedStringAnalyzer.php
EvalAnalyzer.php
ExitAnalyzer.php Merge pull request #6793 from orklah/unevaluatedCode 2021-11-01 23:41:36 +01:00
ExpressionIdentifier.php use Attribute feature of PHP-Parser to avoid dealing with dynamic properties 2021-10-13 13:27:56 +02:00
IncDecExpressionAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
IncludeAnalyzer.php ->args to ->getArgs 2021-10-09 23:37:04 +02:00
InstanceofAnalyzer.php
IssetAnalyzer.php
MagicConstAnalyzer.php
MatchAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
NullsafeAnalyzer.php replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
PrintAnalyzer.php
SimpleTypeInferer.php better behaviour in SimpleTypeInferer 2021-10-13 11:22:40 +02:00
TernaryAnalyzer.php fix type leaking when using ternaries 2021-10-23 18:58:05 +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