Skip to content

Commit

Permalink
Merge pull request #619 from PHPCSStandards/feature/php-8.4-build-pha…
Browse files Browse the repository at this point in the history
…r-e_strict

PHP 8.4 | build-phar: remove use of `E_STRICT`
  • Loading branch information
jrfnl authored Sep 18, 2024
2 parents f735d4e + 15b5e02 commit 92c8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-phar.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use PHP_CodeSniffer\Tokenizers\PHP;
use PHP_CodeSniffer\Util\Tokens;

error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL);

if (ini_get('phar.readonly') === '1') {
echo 'Unable to build, phar.readonly in php.ini is set to read only.'.PHP_EOL;
Expand Down

0 comments on commit 92c8ef5

Please sign in to comment.