Completed
Pull Request — master (#89)
by Freek
02:24
created
src/Html.php 1 patch
Doc Comments   +2 added lines, -6 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param string|null $href
44
-     * @param string|null $text
44
+     * @param string $contents
45 45
      *
46 46
      * @return \Spatie\Html\Elements\A
47 47
      */
@@ -53,8 +53,6 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param string|null $href
57
-     * @param string|null $text
58 56
      *
59 57
      * @return \Spatie\Html\Elements\I
60 58
      */
@@ -66,7 +64,7 @@  discard block
 block discarded – undo
66 64
 
67 65
     /**
68 66
      * @param string|null $type
69
-     * @param string|null $text
67
+     * @param string $contents
70 68
      *
71 69
      * @return \Spatie\Html\Elements\Button
72 70
      */
@@ -314,7 +312,6 @@  discard block
 block discarded – undo
314 312
     }
315 313
 
316 314
     /**
317
-     * @param string|null $value
318 315
      *
319 316
      * @return \Spatie\Html\Elements\Input
320 317
      */
@@ -516,7 +513,6 @@  discard block
 block discarded – undo
516 513
      * a public alias for `old`.
517 514
      *
518 515
      * @param string $name
519
-     * @param mixed $value
520 516
      *
521 517
      * @return mixed
522 518
      */
Please login to merge, or discard this patch.