Completed
Pull Request — master (#1)
by Michael
02:12
created
src/Menu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      * @param  string $link
76 76
      * @param  array $options
77 77
      *
78
-     * @return $this
78
+     * @return MenuItem
79 79
      */
80 80
     public function link($item, $link, array $options = [ ])
81 81
     {
Please login to merge, or discard this patch.
src/MenuItem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
     /**
32 32
      * MenuItem constructor.
33 33
      *
34
-     * @param  $label
35
-     * @param  $link
34
+     * @param  string $label
35
+     * @param  string $link
36 36
      * @param  array $options
37 37
      */
38 38
     public function __construct($label, $link, array $options = [ ])
Please login to merge, or discard this patch.
src/Traits/ObjectOptions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Return this menu's options, or a single option as specified.
17 17
      *
18
-     * @param  null $key
18
+     * @param  string $key
19 19
      *
20 20
      * @return array
21 21
      */
Please login to merge, or discard this patch.