Skip to content

Commit 83f1483

Browse files
committed
fixed CS
1 parent 981d19e commit 83f1483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function __construct(FormConfigInterface $config)
171171
public function __clone()
172172
{
173173
$this->children = clone $this->children;
174-
174+
175175
foreach ($this->children as $key => $child) {
176176
$this->children[$key] = clone $child;
177177
}

0 commit comments

Comments
 (0)