Account Protection: Add password detection flow #69133
phpcompatibility-dev.yml
on: pull_request
detect changed files
3s
dev branch for PHP 8.0
1m 29s
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)
|