We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8515 commit 33fc946Copy full SHA for 33fc946
Tests/Validator/Constraints/UserPasswordValidatorTest.php
@@ -45,7 +45,7 @@ abstract class UserPasswordValidatorTest extends ConstraintValidatorTestCase
45
*/
46
protected $hasherFactory;
47
48
- protected function createValidator(): ConstraintValidatorInterface
+ protected function createValidator(): UserPasswordValidator
49
{
50
return new UserPasswordValidator($this->tokenStorage, $this->hasherFactory);
51
}
0 commit comments