Skip to content

Account Protection: Add password detection flow #69133

Account Protection: Add password detection flow

Account Protection: Add password detection flow #69133

Triggered via pull request January 17, 2025 22:31
Status Failure
Total duration 1m 51s
Artifacts

phpcompatibility-dev.yml

on: pull_request
detect changed files
3s
detect changed files
dev branch for PHP 8.0
1m 29s
dev branch for PHP 8.0
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
dev branch for PHP 8.0
Process completed with exit code 1.
detect changed files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dev branch for PHP 8.0
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dev branch for PHP 8.0: 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)
dev branch for PHP 8.0: projects/packages/account-protection/src/class-account-protection.php#L41
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)
dev branch for PHP 8.0: projects/packages/account-protection/src/class-account-protection.php#L41
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)