Skip to content

Commit 9b16dc5

Browse files
authored
Fix sleep() on PHP 8.1 (#679)
1 parent 51a45c5 commit 9b16dc5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

generated/8.1/functionsList.php

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/8.1/rector-migrate.php

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/config/hiddenFunctions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
'imagesy', // this function throws an error instead of returning false PHP 8.0, see https://github.com/php/doc-en/commit/37f858a5579386dafaddaffbe15034dbcd0f55c8
2424
'sodium_crypto_auth_verify', // boolean return value is expected from verify
2525
'sodium_crypto_sign_verify_detached', // boolean return value is expected from verify
26+
'sleep', // this function throws an error instead of returning false since PHP 8.0
2627
];

0 commit comments

Comments
 (0)