Skip to content

Commit 0c58bed

Browse files
committed
CS
1 parent e0ed2fb commit 0c58bed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TwigComponent/src/Twig/TwigPreLexer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ private function consumeUntilEndBlock(): string
403403
$depth = 1;
404404
$inComment = false;
405405
while ($this->position < $this->length) {
406-
407406
if ($inComment && '#}' === substr($this->input, $this->position, 2)) {
408407
$inComment = false;
409408
}

0 commit comments

Comments
 (0)