Completed
Pull Request — master (#2622)
by
unknown
02:40
created
src/Form/Field/HasMany.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -262,7 +262,7 @@
 block discarded – undo
262 262
      * Get fields for Nested form.
263 263
      * @return Collection
264 264
      */
265
-    public function getFields(){
265
+    public function getFields() {
266 266
         return $this->buildNestedForm($this->column, $this->builder)->fields();
267 267
     }
268 268
 
Please login to merge, or discard this patch.
src/Form/Field/Embeds.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
      * Get fields for Embedded form.
202 202
      * @return Collection
203 203
      */
204
-    public function getFields(){
204
+    public function getFields() {
205 205
         return $this->buildEmbeddedForm()->fields();
206 206
     }
207 207
 
Please login to merge, or discard this patch.