Skip to content

Commit

Permalink
Merge v1.20 into v1.x (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-php-bot authored Sep 19, 2024
2 parents 8d0323e + 6f176b3 commit 637ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function severityToString(int $severity): string {
'E_USER_ERROR' => E_USER_ERROR,
'E_USER_WARNING' => E_USER_WARNING,
'E_USER_NOTICE' => E_USER_NOTICE,
'E_STRICT' => E_STRICT,
'E_STRICT' => 2048, // E_STRICT was deprecated in PHP 8.4
'E_RECOVERABLE_ERROR' => E_RECOVERABLE_ERROR,
'E_DEPRECATED' => E_DEPRECATED,
'E_USER_DEPRECATED' => E_USER_DEPRECATED,
Expand Down

0 comments on commit 637ea48

Please sign in to comment.