Completed
Branch master (500919)
by Konstantin
04:20 queued 02:40
created
Category
Command/DumpCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         );
64 64
 
65 65
         if (false === @\file_put_contents($filePath, gzencode($content, GzipProperties::$level))) {
66
-            throw new \RuntimeException('Unable to write file ' . $filePath);
66
+            throw new \RuntimeException('Unable to write file '.$filePath);
67 67
         }
68 68
     }
69 69
 }
Please login to merge, or discard this patch.