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 3df8a63 commit 350ef15Copy full SHA for 350ef15
src/Validator/Constraints/Unique.php
@@ -8,7 +8,6 @@
8
use ReflectionProperty;
9
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
10
11
-// @phpcsSuppress PSR1.Classes.ClassDeclaration.MultipleClasses
12
if ((new ReflectionProperty(UniqueEntity::class, 'service'))->hasType()) {
13
/**
14
* Constraint for the unique document validator
0 commit comments