Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #21 Add Annotation to P0wnedPassword (ickbinhier)
This PR was merged into the 1.0-dev branch. Discussion ---------- | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT Without this change i become this error: The class "Rollerworks\Component\PasswordStrength\Validator\Constraints\P0wnedPassword" is not annotated with @annotation. Are you sure this class can be used as annotation? If so, then you need to add @annotation to the _class_ doc comment of "Rollerworks\Component\PasswordStrength\Validator\Constraints\P0wnedPassword". Commits ------- f7332c1 Add Annotation to P0wnedPassword
- Loading branch information