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 347c8df commit 95d2d5dCopy full SHA for 95d2d5d
Tests/Validator/Constraints/UniqueEntityValidatorTest.php
@@ -131,7 +131,7 @@ protected function createEntityManagerMock($repositoryMock)
131
return $em;
132
}
133
134
- protected function createValidator()
+ protected function createValidator(): UniqueEntityValidator
135
{
136
return new UniqueEntityValidator($this->registry);
137
0 commit comments