mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 20:23:49 +01:00
add note about CLI debug mode
This commit is contained in:
parent
ca8e37406f
commit
047699740c
@ -10,6 +10,7 @@ final class ContainerFactory
|
||||
{
|
||||
$appKernel = new AppKernel();
|
||||
$appKernel->boot();
|
||||
// this is require to keep CLI verbosity independent on AppKernel dev/prod mode
|
||||
putenv('SHELL_VERBOSITY=1');
|
||||
|
||||
return $appKernel->getContainer();
|
||||
@ -19,6 +20,7 @@ final class ContainerFactory
|
||||
{
|
||||
$appKernel = new AppKernel($config);
|
||||
$appKernel->boot();
|
||||
// this is require to keep CLI verbosity independent on AppKernel dev/prod mode
|
||||
putenv('SHELL_VERBOSITY=1');
|
||||
|
||||
return $appKernel->getContainer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user