Completed
Push — master ( c727de...31dc70 )
by
unknown
46s
created
Classes/Domain/Repository/CategoryRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.