Passed
Push — master ( 990cd6...61b316 )
by Nils
02:39
created
src/Command/CollectCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 
70 70
         $inventory = [];
71 71
 
72
-        $client = new \Startwind\Inventorio\Util\Client(new Client([RequestOptions::VERSION => 2.0,]));
72
+        $client = new \Startwind\Inventorio\Util\Client(new Client([RequestOptions::VERSION => 2.0, ]));
73 73
 
74 74
         foreach ($this->collectors as $collector) {
75 75
             if ($collector instanceof InventoryAwareCollector) {
Please login to merge, or discard this patch.