Completed
Push — master ( da1e22...e51b3d )
by personal
01:35 queued 01:04
created
src/Hal/Report/Json/SummaryReporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.