@@ -73,6 +73,9 @@ |
||
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); |