Passed
Push — master ( 6bb14b...dc86bc )
by Nils
02:20
created
src/Command/CollectCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $inventory = [];
53 53
 
54 54
         foreach ($this->collectors as $collector) {
55
-            if($collector instanceof  InventoryAwareCollector) {
55
+            if ($collector instanceof  InventoryAwareCollector) {
56 56
                 $collector->setInventory($inventory);
57 57
             }
58 58
             $collected = $collector->collect();
Please login to merge, or discard this patch.