Completed
Push — master ( 8786b4...082277 )
by Sebastian
02:25
created
src/Html.php 1 patch
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param string $href
36
-     * @param string $text
37 36
      *
38 37
      * @return \Spatie\Html\Elements\A
39 38
      */
@@ -46,7 +45,6 @@  discard block
 block discarded – undo
46 45
 
47 46
     /**
48 47
      * @param string $type
49
-     * @param string $text
50 48
      *
51 49
      * @return \Spatie\Html\Elements\Button
52 50
      */
@@ -129,7 +127,6 @@  discard block
 block discarded – undo
129 127
     /**
130 128
      * @param string $method
131 129
      * @param string $action
132
-     * @param array $parameters
133 130
      *
134 131
      * @return \Spatie\Html\Elements\Form
135 132
      */
@@ -215,7 +212,6 @@  discard block
 block discarded – undo
215 212
     }
216 213
 
217 214
     /**
218
-     * @param string $value
219 215
      *
220 216
      * @return \Spatie\Html\Elements\Input
221 217
      */
@@ -262,7 +258,6 @@  discard block
 block discarded – undo
262 258
     }
263 259
 
264 260
     /**
265
-     * @param string $value
266 261
      *
267 262
      * @return \Spatie\Html\Elements\Button
268 263
      */
@@ -364,7 +359,7 @@  discard block
 block discarded – undo
364 359
     /**
365 360
      * @param string $name
366 361
      *
367
-     * @return mixed
362
+     * @return string
368 363
      */
369 364
     protected function old(string $name, ?string $value = '')
370 365
     {
Please login to merge, or discard this patch.