8000 CS fix · symfony/symfony@09593a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09593a6

Browse files
committed
CS fix
1 parent a87533c commit 09593a6

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

0 commit comments

Comments
 (0)
0