@@ -118,7 +118,7 @@ |
||
118 | 118 | $filename = empty($this->optionFilename) ? 'app.phar' : $this->optionFilename; |
119 | 119 | $filePath = PATH_ROOT . 'build' . DIRECTORY_SEPARATOR . $filename; |
120 | 120 | |
121 | - if(ini_get('phar.readonly') == 1 and $this->optionForce === false) { |
|
121 | + if (ini_get('phar.readonly') == 1 and $this->optionForce === false) { |
|
122 | 122 | output()->write( |
123 | 123 | (new Format()) |
124 | 124 | ->setContextualClass(Format::DANGER) |