Completed
Pull Request — master (#55)
by
unknown
03:47
created
src/Html.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param string|null $href
42
-     * @param string|null $text
42
+     * @param string $contents
43 43
      *
44 44
      * @return \Spatie\Html\Elements\A
45 45
      */
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param string|null $type
55
-     * @param string|null $text
55
+     * @param string $contents
56 56
      *
57 57
      * @return \Spatie\Html\Elements\Button
58 58
      */
@@ -259,7 +259,6 @@  discard block
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @param string|null $value
263 262
      *
264 263
      * @return \Spatie\Html\Elements\Input
265 264
      */
@@ -433,7 +432,7 @@  discard block
 block discarded – undo
433 432
      * @param string $name
434 433
      * @param mixed $value
435 434
      *
436
-     * @return mixed
435
+     * @return string|null
437 436
      */
438 437
     protected function old($name, $value = null)
439 438
     {
Please login to merge, or discard this patch.