Skip to content

Commit 75a4217

Browse files
keradusnicolas-grekas
authored andcommitted
DX: PHP CS Fixer - keep Annotation,NamedArgumentConstructor,Target annotations as single group
1 parent f89f604 commit 75a4217

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

Constraints/GroupSequence.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
* $validator->validate($address, null, "Address")
4646
*
4747
* @Annotation
48-
*
4948
* @Target({"CLASS", "ANNOTATION"})
5049
*
5150
* @author Bernhard Schussek <[email protected]>

Constraints/GroupSequenceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
* Attribute to define a group sequence provider.
1919
*
2020
* @Annotation
21-
*
2221
* @NamedArgumentConstructor
23-
*
2422
* @Target({"CLASS", "ANNOTATION"})
2523
*
2624
* @author Bernhard Schussek <[email protected]>

Constraints/PasswordStrength.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
/**
1818
* @Annotation
19-
*
2019
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
2120
*
2221
* @author Florent Morselli <[email protected]>

Constraints/When.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* @Annotation
21-
*
2221
* @Target({"CLASS", "PROPERTY", "METHOD", "ANNOTATION"})
2322
*/
2423
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]

0 commit comments

Comments
 (0)