Skip to content

Commit 382065b

Browse files
author
Stephen
committed
remove getIterator to clean up code
1 parent d8f9a25 commit 382065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private function getReadDomainFromNode(Node $node): ?string
153153
private function getConcatValueFromNode(Node $node, ?string $value): ?string
154154
{
155155
if ($node instanceof ConcatBinary) {
156-
foreach ($node->getIterator() as $nextNode) {
156+
foreach ($node as $nextNode) {
157157
if ($nextNode instanceof ConcatBinary) {
158158
$nextValue = $this->getConcatValueFromNode($nextNode, $value);
159159
if (null === $nextValue) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy