@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | /** |
20 | 20 | * Insert this item after another item in the menu |
21 | 21 | * |
22 | - * @param $slug |
|
22 | + * @param string $slug |
|
23 | 23 | */ |
24 | 24 | public function insertAfter($slug) |
25 | 25 | { |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | /** |
30 | 30 | * Insert this item before another item in the menu |
31 | 31 | * |
32 | - * @param $slug |
|
32 | + * @param string $slug |
|
33 | 33 | */ |
34 | 34 | public function insertBefore($slug) |
35 | 35 | { |