Completed
Push — master ( 595a55...3ece2b )
by Sebastian
02:08
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
      */
@@ -283,7 +279,6 @@  discard block
 block discarded – undo
283 279
     }
284 280
 
285 281
     /**
286
-     * @param string $value
287 282
      *
288 283
      * @return \Spatie\Html\Elements\Button
289 284
      */
@@ -386,7 +381,7 @@  discard block
 block discarded – undo
386 381
      * @param string $name
387 382
      * @param mixed  $value
388 383
      *
389
-     * @return mixed
384
+     * @return string
390 385
      */
391 386
     protected function old(string $name, $value = null)
392 387
     {
Please login to merge, or discard this patch.