Skip to content

Commit

Permalink
Fixed issues reported by phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Jan 10, 2025
1 parent f63e5e2 commit af86418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

declare(strict_types=1);

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

use ElasticApmTests\TestsRootDir;

Expand Down
2 changes: 1 addition & 1 deletion tests/polyfills/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

declare(strict_types=1);

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

if (!function_exists('array_key_first')) {
require __DIR__ . '/array_key_first.php';
Expand Down

0 comments on commit af86418

Please sign in to comment.