Completed
Pull Request — master (#11)
by Tomáš
04:12
created
src/Runner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         // Other report formats don't really make sense in interactive mode
82 82
         // so we hard-code the full report here and when outputting.
83 83
         if ($this->config->interactive === true) {
84
-            $this->config->reports  = array('full' => null);
84
+            $this->config->reports = array('full' => null);
85 85
         }
86 86
 
87 87
         // Disable caching if we are processing STDIN as we can't be 100%
Please login to merge, or discard this patch.