@@ -41,7 +41,7 @@ |
||
41 | 41 | return; |
42 | 42 | } |
43 | 43 | if (!file_exists(dirname($logFile)) || !is_writable(dirname($logFile))) { |
44 | - throw new \RuntimeException('You don\'t have permissions to write JSON report in ' . $logFile); |
|
44 | + throw new \RuntimeException('You don\'t have permissions to write JSON report in '.$logFile); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | $summaryWriter = new SummaryWriter($metrics, new Consolidated($metrics), $this->config); |