Passed
Push — iterable ( fa22b8...096dc0 )
by Dmitriy
06:14 queued 03:43
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -431,7 +431,7 @@
 block discarded – undo
431 431
         }
432 432
         /** @psalm-var array<string, list<string>>|Traversable $tags */
433 433
 
434
-        $this->tags = $tags instanceof Traversable ? iterator_to_array($tags) : $tags ;
434
+        $this->tags = $tags instanceof Traversable ? iterator_to_array($tags) : $tags;
435 435
     }
436 436
 
437 437
     /**
Please login to merge, or discard this patch.