Skip to content

Commit 102a8bd

Browse files
authored
Merge pull request #315 from asgrim/silence-deprecations
Silence deprecations
2 parents bcc3e3b + 7496f30 commit 102a8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)