@@ -270,8 +270,8 @@ |
||
270 | 270 | public function logCliErrorWithException($msg, $e) |
271 | 271 | { |
272 | 272 | $this->write("*** error: $msg" . PHP_EOL . PHP_EOL |
273 | - . "This was caused by an unexpected exception " . get_class($e) . PHP_EOL . PHP_EOL |
|
274 | - . $e->getTraceAsString() . PHP_EOL); |
|
273 | + . "This was caused by an unexpected exception " . get_class($e) . PHP_EOL . PHP_EOL |
|
274 | + . $e->getTraceAsString() . PHP_EOL); |
|
275 | 275 | } |
276 | 276 | |
277 | 277 | /** |
@@ -205,7 +205,7 @@ |
||
205 | 205 | $this->writePhaseGroupFailed($phaseResult->getPhaseResultString()); |
206 | 206 | } |
207 | 207 | else if ($phaseResult->getPhaseIsIncomplete() || $phaseResult->getPhaseIsBlacklisted()) { |
208 | - $this->writePhaseGroupSkipped( $phaseResult->getPhaseResultString()); |
|
208 | + $this->writePhaseGroupSkipped($phaseResult->getPhaseResultString()); |
|
209 | 209 | } |
210 | 210 | $this->write(PHP_EOL); |
211 | 211 | } |