Skip to content

Commit

Permalink
Hide deprecations and notices per default, modernize debug handler
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Mar 7, 2023
1 parent 7ed8122 commit 2b2fce4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/phab
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2b2fce4

Please sign in to comment.