This commit is contained in:
Andrés Montañez
2014-11-01 19:19:05 -02:00
parent 8771cf2ab1
commit 40e8c33846
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class CompileCommand extends AbstractCommand
{
if (ini_get('phar.readonly')) {
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be <yellow>Off</yellow>.', 1, 2);
return 300;
return 200;
}
$compiler = new Compiler;