Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #70 Fixed deprecated message for PHP8.4+ (pflueg)
This PR was merged into the 2.0-dev branch. Discussion ---------- "Implicitly marking parameter $translator as nullable is deprecated" fixed | Q | A | ------------- | --- | Branch? | main | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | yes | Fixed tickets | none | License | MIT Found a strangler deprecation issue. You might want to update the phpstan/phpunit packages to the latest version, [which will "unshut" phpstan again](https://github.com/rollerworks/PasswordStrengthValidator/blob/v2.0.2/tests/Validator/PasswordRequirementsValidatorTest.php#L73) 😄 You can fix this with "?->" on the `$constraintViolationAssertion` usages, but need to retest the whole thing throughout your BC list. Thx alot for the package!! Commits ------- fc1661b Fixed deprecated message for PHP8.4+
- Loading branch information