Skip to content

Commit 305341f

Browse files
committed
CS fix
1 parent 4ebb7c5 commit 305341f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/Validator/Constraints/UniqueValidator.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626
*/
2727
class UniqueValidator extends ConstraintValidator
2828
{
29-
3029
public function __construct(
3130
private ?PropertyAccessorInterface $propertyAccessor = null
32-
)
33-
{
31+
) {
3432
}
3533

3634
public function validate(mixed $value, Constraint $constraint)

0 commit comments

Comments
 (0)