Completed
Push — master ( a5f989...67ea50 )
by Daniel
07:31
created
src/Controller/FormPatchAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     private function getNestedKey(FormInterface $form, array $formData): FormInterface
32 32
     {
33 33
         $child = $form->get($key = key($formData));
34
-        while(is_array($formData = $formData[$key]) && $count = \count($formData)) {
34
+        while (is_array($formData = $formData[$key]) && $count = \count($formData)) {
35 35
             if (!$this->isAssocArray($formData) && $this->arrayIsStrings($formData)) {
36 36
                 break;
37 37
             }
Please login to merge, or discard this patch.