CS fix
parent
1f76274b61
commit
3be04fd3b5
|
@ -5,7 +5,8 @@ require __DIR__.'/../src/bootstrap.php';
|
|||
|
||||
use Composer\Compiler;
|
||||
|
||||
error_reporting(~0); ini_set('display_errors', 1);
|
||||
error_reporting(-1);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
$compiler = new Compiler();
|
||||
$compiler->compile();
|
||||
|
|
|
@ -5,7 +5,8 @@ require __DIR__.'/../src/bootstrap.php';
|
|||
|
||||
use Composer\Console\Application;
|
||||
|
||||
error_reporting(~0); ini_set('display_errors', 1);
|
||||
error_reporting(-1);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
// run the command application
|
||||
$application = new Application();
|
||||
|
|
Loading…
Reference in New Issue