@@ -15,7 +15,7 @@ |
||
15 | 15 | $this->objectType = Category::class; |
16 | 16 | } |
17 | 17 | |
18 | - public function findByIds(array $categoryIds, array $orderings = []): array|QueryResultInterface |
|
18 | + public function findByIds(array $categoryIds, array $orderings = []): array | QueryResultInterface |
|
19 | 19 | { |
20 | 20 | $query = $this->createQuery(); |
21 | 21 | $query->getQuerySettings()->setRespectStoragePage(false); |