@@ -81,7 +81,7 @@ |
||
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% |