Completed
Pull Request — master (#24)
by Simon
02:18
created
Providers/MenuServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     /**
137 137
      * Check if the given menu item has children
138 138
      *
139
-     * @param  object $item
139
+     * @param  Menuitem $item
140 140
      * @return bool
141 141
      */
142 142
     private function hasChildren($item)
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     /**
168 168
      * Get link target
169 169
      *
170
-     * @param $item
170
+     * @param Menuitem $item
171 171
      * @return mixed
172 172
      */
173 173
     private function getTarget($item)
Please login to merge, or discard this patch.