Skip to content

Commit eef6db0

Browse files
committed
[TwigBridge] Remove leftover code
1 parent ed0816a commit eef6db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function parse(Token $token): Node
7474

7575
$stream->expect(Token::BLOCK_END_TYPE);
7676

77-
return new TransNode($body, $domain, $count, $vars, $locale, $lineno, $this->getTag());
77+
return new TransNode($body, $domain, $count, $vars, $locale, $lineno);
7878
}
7979

8080
public function decideTransFork(Token $token): bool

0 commit comments

Comments
 (0)