Passed
Push — main ( f308aa...aadf6d )
by Pranjal
05:25
created
src/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
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([]);
Please login to merge, or discard this patch.