Account Protection: Add password detection flow #69136
Annotations
1 error and 4 warnings
Run phpcs for PHPCompatibility
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run phpcs for PHPCompatibility:
projects/packages/account-protection/src/class-password-detection.php#L32
Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $password_reset_email. (PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated)
|
Run phpcs for PHPCompatibility:
projects/packages/account-protection/src/class-account-protection.php#L40
Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $modules. (PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated)
|
Run phpcs for PHPCompatibility:
projects/packages/account-protection/src/class-account-protection.php#L40
Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $password_detection. (PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated)
|
Loading