Skip to content

Commit e2c8fc0

Browse files
authored
[Php85] Add missing url about openssl_pkey_derive arg deprecation (#7141)
1 parent 8971177 commit e2c8fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/set/php85.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
$rectorConfig->ruleWithConfiguration(
2323
RemoveFuncCallArgRector::class,
2424
[
25+
// https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_key_length_parameter_of_openssl_pkey_derive
2526
new RemoveFuncCallArg('openssl_pkey_derive', 2),
2627
// https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_exclude_disabled_parameter_of_get_defined_functions
2728
new RemoveFuncCallArg('get_defined_functions', 0),

0 commit comments

Comments
 (0)