Skip to content

Commit be93b16

Browse files
committed
cs
1 parent 0174a7d commit be93b16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/DowngradePhp73/Rector/ConstFetch/DowngradePhp73JsonConstRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ private function refactorExpression(Expression $expression): ?array
154154

155155
// retrieve a `FuncCall`, if any, from the statement
156156
$funcCall = $this->resolveFuncCall($expression);
157-
158-
// Nothing to do if no `FuncCall` found
159157
if (! $funcCall instanceof FuncCall) {
160158
return null;
161159
}

0 commit comments

Comments
 (0)