Completed
Push — master ( e7dfbe...b82585 )
by Sebastian
02:12
created
src/Html.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
 
41 41
     /**
42 42
      * @param string|null $href
43
-     * @param string|null $text
43
+     * @param string $contents
44 44
      *
45 45
      * @return \Spatie\Html\Elements\A
46 46
      */
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * @param string|null $type
56
-     * @param string|null $text
56
+     * @param string $contents
57 57
      *
58 58
      * @return \Spatie\Html\Elements\Button
59 59
      */
@@ -301,7 +301,6 @@  discard block
 block discarded – undo
301 301
     }
302 302
 
303 303
     /**
304
-     * @param string|null $value
305 304
      *
306 305
      * @return \Spatie\Html\Elements\Input
307 306
      */
@@ -503,7 +502,6 @@  discard block
 block discarded – undo
503 502
      * a public alias for `old`.
504 503
      *
505 504
      * @param string $name
506
-     * @param mixed $value
507 505
      *
508 506
      * @return mixed
509 507
      */
Please login to merge, or discard this patch.