1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2021-10-23 18:58:05 +02:00
..
Assignment replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
BinaryOp replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
Call Merge pull request #6660 from orklah/cleanup4 2021-10-14 00:12:21 +02: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 Added support of asserting properties of objects out of scope 2021-10-17 21:29:25 +13: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
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