Completed
Pull Request — master (#1350)
by
unknown
03:01
created
src/Widgets/Form.php 7 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
      */
166 166
     public function setWidth($fieldWidth = 8, $labelWidth = 2)
167 167
     {
168
-        collect($this->fields)->each(function ($field) use ($fieldWidth, $labelWidth) {
168
+        collect($this->fields)->each(function($field) use ($fieldWidth, $labelWidth) {
169 169
             /* @var Field $field */
170 170
             $field->setWidth($fieldWidth, $labelWidth);
171 171
         });
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
         return [
222 222
             'fields'     => $this->fields,
223 223
             'attributes' => $this->formatAttribute(),
224
-<<<<<<< HEAD
224
+<< << <<< HEAD
225 225
             'fieldWidth' => $this->attributes['fieldWidth'],
226 226
             'labelWidth' => $this->attributes['labelWidth']
227 227
 =======
@@ -307,6 +307,4 @@  discard block
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -307,6 +307,4 @@
 block discarded – undo
307 307
      */
308 308
     public function __toString()
309 309
     {
310
-        return $this->render();
311
-    }
312
-}
310
+        return $this->render
313 311
\ No newline at end of file
Please login to merge, or discard this patch.