Skip to content

Commit cb546eb

Browse files
minor symfony#58882 [TwigBridge] Remove leftover code (HypeMC)
This PR was merged into the 7.2 branch. Discussion ---------- [TwigBridge] Remove leftover code | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT This removes some leftover code from symfony#58116 Commits ------- eef6db0 [TwigBridge] Remove leftover code
2 parents ed0816a + eef6db0 commit cb546eb

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)