Completed
Pull Request — master (#30)
by ARCANEDEV
10:31
created
src/FormBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Get the model instance on the form builder.
156 156
      *
157
-     * @return \Illuminate\Database\Eloquent\Model|mixed|null
157
+     * @return \Illuminate\Database\Eloquent\Model|null
158 158
      */
159 159
     public function getModel()
160 160
     {
@@ -685,7 +685,7 @@  discard block
 block discarded – undo
685 685
      * Create a checkbox input field.
686 686
      *
687 687
      * @param  string     $name
688
-     * @param  mixed      $value
688
+     * @param  integer      $value
689 689
      * @param  bool|null  $checked
690 690
      * @param  array      $attributes
691 691
      *
Please login to merge, or discard this patch.