Skip to content

Commit 82763fc

Browse files
committed
Revert incorrect patch
1 parent 3c3d502 commit 82763fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
use Symfony\Component\Validator\Constraint;
1515

16-
/*
16+
/**
1717
* Constraint for the Unique Entity validator.
1818
*
1919
* @Annotation
2020
* @Target({"CLASS", "ANNOTATION"})
2121
*
2222
* @author Benjamin Eberlei <kontakt@beberlei.de>
2323
*/
24-
#[Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)]
24+
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)]
2525
class UniqueEntity extends Constraint
2626
{
2727
public const NOT_UNIQUE_ERROR = '23bd9dbf-6b9b-41cd-a99e-4844bcf3077f';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy