We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8971177 commit e2c8fc0Copy full SHA for e2c8fc0
config/set/php85.php
@@ -22,6 +22,7 @@
22
$rectorConfig->ruleWithConfiguration(
23
RemoveFuncCallArgRector::class,
24
[
25
+ // https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_key_length_parameter_of_openssl_pkey_derive
26
new RemoveFuncCallArg('openssl_pkey_derive', 2),
27
// https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_exclude_disabled_parameter_of_get_defined_functions
28
new RemoveFuncCallArg('get_defined_functions', 0),
0 commit comments