feat: services trait + vite 5 #11
Annotations
10 errors and 2 warnings
PHPStan:
src/console/controllers/RetentionController.php#L103
Call to method resetPasswords() on an unknown class craftpulse\passwordpolicy\RetentionService.
|
PHPStan:
src/console/controllers/RetentionController.php#L110
Call to method resetPasswords() on an unknown class craftpulse\passwordpolicy\RetentionService.
|
PHPStan:
src/controllers/RetentionController.php#L73
Call to method resetPasswords() on an unknown class craftpulse\passwordpolicy\RetentionService.
|
PHPStan:
src/jobs/PasswordResetJob.php#L90
Call to method requirePasswordReset() on an unknown class craftpulse\passwordpolicy\RetentionService.
|
PHPStan:
src/rules/UserRules.php#L46
Call to method generatePattern() on an unknown class craftpulse\passwordpolicy\PasswordService.
|
PHPStan:
src/rules/UserRules.php#L50
Call to method generateMessage() on an unknown class craftpulse\passwordpolicy\PasswordService.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L50
Method craftpulse\passwordpolicy\PasswordPolicy::getPasswords() has invalid return type craftpulse\passwordpolicy\services\Events.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L50
Method craftpulse\passwordpolicy\PasswordPolicy::getPasswords() has invalid return type craftpulse\passwordpolicy\services\Events.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L61
Method craftpulse\passwordpolicy\PasswordPolicy::getRetention() has invalid return type craftpulse\passwordpolicy\services\Redirects.
|
PHPStan:
src/services/ServicesTrait.php (in context of class craftpulse/passwordpolicy/PasswordPolicy)#L61
Method craftpulse\passwordpolicy\PasswordPolicy::getRetention() has invalid return type craftpulse\passwordpolicy\services\Redirects.
|
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
|