Skip to content

Commit b8757ab

Browse files
committed
[ci-review] Rector Rectify
1 parent 949a99b commit b8757ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rules/DowngradePhp80/Rector/Class_/DowngradeAttributeToAnnotationRector.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ final class DowngradeAttributeToAnnotationRector extends AbstractRector implemen
3434
/**
3535
* @var string[]
3636
*/
37-
private const SKIPPED_ATTRIBUTES = [
38-
'Attribute',
39-
'ReturnTypeWillChange',
40-
'AllowDynamicProperties',
41-
'Override',
42-
];
37+
private const SKIPPED_ATTRIBUTES = ['Attribute', 'ReturnTypeWillChange', 'AllowDynamicProperties', 'Override'];
4338

4439
/**
4540
* @var DowngradeAttributeToAnnotation[]

0 commit comments

Comments
 (0)