diff --git a/bin/phab b/bin/phab index ccee4de7..5ae47e31 100755 --- a/bin/phab +++ b/bin/phab @@ -3,19 +3,17 @@ use Phabalicious\AppKernel; use Phabalicious\Command\SelfUpdateCommand; -use Phabalicious\Utilities\Logger; use Phabalicious\Utilities\PluginDiscovery; use Phabalicious\Utilities\Utilities; use Symfony\Component\Console\Input\ArgvInput; -use Symfony\Component\Debug\Debug; use Symfony\Component\Dotenv\Dotenv; use Symfony\Component\Console\Application; use Symfony\Component\Console\Output\ConsoleOutput; -use Symfony\Component\Console\Output\ConsoleOutputInterface; -use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\EventDispatcher\EventDispatcher; +use Symfony\Component\ErrorHandler\Debug; set_time_limit(0); +error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); $autoloaders = [ __DIR__ . '/../../../autoload.php',