8000 [Form] Removed superfluous reset() call · symfony/symfony@19b483f · GitHub
[go: up one dir, main page]

Skip to content

Commit 19b483f

Browse files
committed
[Form] Removed superfluous reset() call
1 parent 00bc270 commit 19b483f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Form/Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,6 @@ public function bind($submittedData)
552552
$submittedData = array();
553553
}
554554

555-
reset($this->children);
556-
557555
for (reset($this->children); false !== current($this->children); next($this->children)) {
558556
$child = current($this->children);
559557
$name = key($this->children);

0 commit comments

Comments
 (0)
0