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-17 21:29:25 +13: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 replace elvis operator by coalesce operator when applicable 2021-10-13 20:16:06 +02:00
ArrayAnalyzer.php Merge pull request #6660 from orklah/cleanup4 2021-10-14 00:12:21 +02:00
ArrayCreationInfo.php Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428) 2021-03-19 21:44:44 -04:00
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 Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
EmptyAnalyzer.php 😓 2021-09-02 20:39:03 +02:00
EncapsulatedStringAnalyzer.php Rename class and make it type-hintable 2021-06-14 16:02:59 -04:00
EvalAnalyzer.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
ExitAnalyzer.php Consider print, and conditionally exit / die impure 2021-07-27 13:26:54 +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 Use more accurate variable name 2021-06-25 09:54:39 -04:00
IssetAnalyzer.php Remove some unused return values 2021-06-10 12:09:46 -04:00
MagicConstAnalyzer.php Improve resolution of __METHOD__ and __FUNCTION__ 2021-07-03 10:01:53 +02:00
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 Consider print, and conditionally exit / die impure 2021-07-27 13:26:54 +01:00
SimpleTypeInferer.php better behaviour in SimpleTypeInferer 2021-10-13 11:22:40 +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 Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00