Skip to content

Commit

Permalink
Fix phar_bootstrap.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Apr 29, 2024
1 parent e6ac5ed commit a076eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf/phar_bootstrap.stub
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
define('PHP_PMD_RELEASE', 'phar');

// Disable deprecations as they are not actionable by end users
@set_error_handler(E_ALL ^ (E_USER_DEPRECATED | E_DEPRECATED));
@set_error_handler(null, E_ALL ^ (E_USER_DEPRECATED | E_DEPRECATED));

Phar::mapPhar('${archive.alias}');

Expand Down

0 comments on commit a076eae

Please sign in to comment.