Skip to content

Commit 7496f30

Browse files
committed
Silence deprecations
1 parent e90a99e commit 7496f30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/pie

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ use Symfony\Component\EventDispatcher\EventDispatcher;
2727
/** @psalm-suppress UnresolvableInclude */
2828
include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';
2929

30+
error_reporting(error_reporting() & ~E_DEPRECATED);
31+
3032
$container = Container::factory();
3133

3234
$application = new Application('🥧 PHP Installer for Extensions (PIE)', PieVersion::get());

0 commit comments

Comments
 (0)