Completed
Pull Request — master (#33)
by ARCANEDEV
12:36
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.
src/Traits/Componentable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * @param  string  $method
111 111
      * @param  array   $parameters
112 112
      *
113
-     * @return \Illuminate\Support\HtmlString|mixed
113
+     * @return \Illuminate\Support\HtmlString
114 114
      *
115 115
      * @throws \BadMethodCallException
116 116
      */
Please login to merge, or discard this patch.