You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$rectorConfig->phpVersion(PhpVersion::PHP_83);
$rectorConfig->paths([
__DIR__ . '/src',
__DIR__ . '/public'
]);
$rectorConfig->sets([
// run and fix, one by one
LevelSetList::UP_TO_PHP_83,
SetList::DEAD_CODE,
SetList::CODE_QUALITY,
SetList::CODING_STYLE,
SetList::EARLY_RETURN,
SetList::TYPE_DECLARATION,
]);
Expected Behaviour
Rector should merge the two parameters in a unique URI of the form ldap://hostname:port or ldaps://hostname:port
The text was updated successfully, but these errors were encountered:
Bug Report
Rector does not refactor PHP8.3 ldap_connect deprecated signature. https://www.php.net/manual/en/migration83.deprecated.php#migration83.deprecated.ldap
Minimal PHP Code Causing Issue
Rector config
Expected Behaviour
Rector should merge the two parameters in a unique URI of the form
ldap://hostname:port
orldaps://hostname:port
The text was updated successfully, but these errors were encountered: