Completed
Push — master ( af3303...a5f989 )
by Daniel
04:58
created
src/Controller/FormPatchAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     private function getNestedKey(FormInterface $form, array $formData): FormInterface
14 14
     {
15 15
         $child = $form->get($key = key($formData));
16
-        while(is_array($formData = $formData[$key]) && $count = \count($formData)) {
16
+        while (is_array($formData = $formData[$key]) && $count = \count($formData)) {
17 17
             if ($count === 1) {
18 18
                 $child = $child->get($key = key($formData));
19 19
                 continue;
Please login to merge, or discard this patch.