We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc3e3b + 7496f30 commit 102a8bdCopy full SHA for 102a8bd
bin/pie
@@ -27,6 +27,8 @@ use Symfony\Component\EventDispatcher\EventDispatcher;
27
/** @psalm-suppress UnresolvableInclude */
28
include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';
29
30
+error_reporting(error_reporting() & ~E_DEPRECATED);
31
+
32
$container = Container::factory();
33
34
$application = new Application('🥧 PHP Installer for Extensions (PIE)', PieVersion::get());
0 commit comments