Passed
Push — master ( d5f8c0...f0060e )
by Nils
02:40
created
src/Command/CollectCommand.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,9 @@
 block discarded – undo
46 46
                     $collector->setClient($client);
47 47
                 }
48 48
 
49
-                if ($debugMode) $start = time();
49
+                if ($debugMode) {
50
+                    $start = time();
51
+                }
50 52
                 $collected = $collector->collect();
51 53
                 if ($collected) {
52 54
                     $inventory[$collector->getIdentifier()] = $collected;
Please login to merge, or discard this patch.