Completed
Push — master ( 52f128...550102 )
by Travis
02:39
created
src/JumpGate/Menu/Container.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * Get a menu you have created.
23 23
      *
24
-     * @param $menuName
24
+     * @param string $menuName
25 25
      *
26 26
      * @return mixed
27 27
      */
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Check if a menu exists.
52 52
      *
53
-     * @param $menuName
53
+     * @param string $menuName
54 54
      *
55 55
      * @return bool
56 56
      */
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Check if a menu is empty
64 64
      *
65
-     * @param $menuName
65
+     * @param string $menuName
66 66
      *
67 67
      * @return bool
68 68
      */
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Update the active and order values and then return the object.
76 76
      *
77
-     * @param $menuName
77
+     * @param string $menuName
78 78
      *
79 79
      * @return Menu
80 80
      * @throws \Exception
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * Set the active link by slug.
132 132
      *
133
-     * @param $slug
133
+     * @param string $slug
134 134
      */
135 135
     public function setActive($slug)
136 136
     {
Please login to merge, or discard this patch.