Completed
Push — master ( a9f1ce...0df3ef )
by Travis
01:53
created
src/JumpGate/Menu/Traits/Insertable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.