Commit 89f0c1d
authored
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+1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments