1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 06:28:36 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
2023-07-11 11:10:48 +03:00
..
Assignment Add support for @psalm-no-seal-properties and @psalm-no-seal-methods 2023-04-20 07:47:50 +01:00
BinaryOp Add Type::getIntRange 2023-06-17 12:24:09 +01:00
Call Do not fill template result when arg is unpacked 2023-07-11 11:10:48 +03:00
Fetch Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
ArrayAnalyzer.php Correctly handle near-overflowing keys and flag autoincrement overflows 2023-03-12 19:57:14 -04:00
ArrayCreationInfo.php Drop misleading type 2023-03-12 20:12:19 -04:00
AssertionFinder.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
AssignmentAnalyzer.php GH-9825 2023-05-26 18:03:05 -04:00
BinaryOpAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
BitwiseNotAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
BooleanNotAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
CallAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
CastAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
ClassConstAnalyzer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
CloneAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EmptyAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
EncapsulatedStringAnalyzer.php Enforce literal string length limit 2023-02-23 04:01:29 -04:00
EvalAnalyzer.php Set inside_call for eval expressions 2023-03-15 22:06:36 +13:00
ExitAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
ExpressionIdentifier.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
IncDecExpressionAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
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
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 Require trailing commas 2022-12-18 13:20:31 -06:00
PrintAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
SimpleTypeInferer.php Use getParts() instead of $parts on PhpParser\Node\Name. 2023-06-28 03:13:25 +02:00
TernaryAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
UnaryPlusMinusAnalyzer.php Don't crash on unary minus overflow 2023-03-07 12:29:40 -04:00
YieldAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
YieldFromAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00