Passed
Push — master ( b39ec6...259dd7 )
by Nils
03:03
created
src/Command/CollectCommand.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,9 @@
 block discarded – undo
75 75
                 $collector->setClient($client);
76 76
             }
77 77
 
78
-            if ($debugMode) $start = time();
78
+            if ($debugMode) {
79
+                $start = time();
80
+            }
79 81
             $collected = $collector->collect();
80 82
             if ($collected) {
81 83
                 $inventory[$collector->getIdentifier()] = $collected;
Please login to merge, or discard this patch.