Skip to content

Commit 9d02f92

Browse files
committed
cs
1 parent e4a0507 commit 9d02f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules-tests/Php80/Rector/Class_/AnnotationToAttributeRector/config/configured_rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
// for testing allow numeric string keep as string
7777
new AnnotationToAttribute('OpenApi\\Annotations\\Property', 'OpenApi\\Attributes\\Property'),
7878

79-
new AnnotationToAttribute(EmptyAttribute::class, null, ['foo'])
79+
new AnnotationToAttribute(EmptyAttribute::class, null, ['foo']),
8080
]);
8181
};

0 commit comments

Comments
 (0)