Completed
Pull Request — master (#477)
by
unknown
02:20
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.