fix: phpstan #16
Annotations
6 errors and 2 warnings
PHPStan:
src/rules/UserRules.php#L46
Call to method generatePattern() on an unknown class craftpulse\passwordpolicy\services\PasswordsService.
|
PHPStan:
src/rules/UserRules.php#L50
Call to method generateMessage() on an unknown class craftpulse\passwordpolicy\services\PasswordsService.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L51
Method craftpulse\passwordpolicy\PasswordPolicy::getPasswords() has invalid return type craftpulse\passwordpolicy\services\PasswordsService.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L51
Method craftpulse\passwordpolicy\PasswordPolicy::getPasswords() has invalid return type craftpulse\passwordpolicy\services\PasswordsService.
|
PHPStan:
src/validators/PwnedValidator.php#L31
Call to method pwned() on an unknown class craftpulse\passwordpolicy\services\PasswordsService.
|
PHPStan
Process completed with exit code 1.
|
Coding Standards
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|