@@ -69,7 +69,7 @@ |
||
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) { |