@@ -63,7 +63,7 @@ |
||
| 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 | } |