We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a458869 commit 817bbbcCopy full SHA for 817bbbc
rules/Php85/Rector/ArrayDimFetch/ArrayFirstLastRector.php
@@ -42,7 +42,7 @@ public function getRuleDefinition(): RuleDefinition
42
,
43
<<<'CODE_SAMPLE'
44
echo array_first($array);
45
-echo array_last($array;
+echo array_last($array);
46
CODE_SAMPLE
47
),
48
]
0 commit comments