Completed
Pull Request — master (#20)
by Paul
02:58 queued 54s
created
src/Html.php 1 patch
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@  discard block
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @param string $href
38
-     * @param string $text
39 38
      *
40 39
      * @return \Spatie\Html\Elements\A
41 40
      */
@@ -48,7 +47,6 @@  discard block
 block discarded – undo
48 47
 
49 48
     /**
50 49
      * @param string $type
51
-     * @param string $text
52 50
      *
53 51
      * @return \Spatie\Html\Elements\Button
54 52
      */
@@ -150,7 +148,6 @@  discard block
 block discarded – undo
150 148
     /**
151 149
      * @param string $method
152 150
      * @param string $action
153
-     * @param array $parameters
154 151
      *
155 152
      * @return \Spatie\Html\Elements\Form
156 153
      */
@@ -236,7 +233,6 @@  discard block
 block discarded – undo
236 233
     }
237 234
 
238 235
     /**
239
-     * @param string $value
240 236
      *
241 237
      * @return \Spatie\Html\Elements\Input
242 238
      */
@@ -305,7 +301,6 @@  discard block
 block discarded – undo
305 301
     }
306 302
 
307 303
     /**
308
-     * @param string $value
309 304
      *
310 305
      * @return \Spatie\Html\Elements\Button
311 306
      */
@@ -407,7 +402,7 @@  discard block
 block discarded – undo
407 402
     /**
408 403
      * @param string $name
409 404
      *
410
-     * @return mixed
405
+     * @return string
411 406
      */
412 407
     protected function old(string $name, $value = '')
413 408
     {
Please login to merge, or discard this patch.