Skip to content

Commit 552b487

Browse files
committed
Remove unreachable statement
1 parent 7aa421a commit 552b487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Parser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,6 @@ private function parseStringLiteralExpression2($parentNode) {
10251025
continue;
10261026
}
10271027
}
1028-
1029-
return $expression;
10301028
}
10311029

10321030
/**

0 commit comments

Comments
 (0)