Completed
Push — master ( f2624d...453c3c )
by
unknown
02:34
created
src/Menu/Builder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return array_filter(array_map([$this, 'applyFilters'], $items));
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $direction
78
+     */
76 79
     protected function addItem($itemKey, $direction, ...$newItems)
77 80
     {
78 81
         $items = $this->transformItems($newItems);
Please login to merge, or discard this patch.