@@ -227,7 +227,7 @@ |
||
227 | 227 | * |
228 | 228 | * @throws Exception\InvalidModelException |
229 | 229 | */ |
230 | - private function createCollection(?Collection $collection, array|Collection $models): Collection |
|
230 | + private function createCollection(?Collection $collection, array | Collection $models): Collection |
|
231 | 231 | { |
232 | 232 | if (is_null($collection)) { |
233 | 233 | $collection = Collection::fromIterable([]); |