Skip to content

Commit c0f67f4

Browse files
committed
fix: remove extra use statement
1 parent 0b07b96 commit c0f67f4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Drupal10/Rector/Deprecation/AnnotationToAttributeRector.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Rector\PhpAttribute\AnnotationToAttributeMapper;
2828
use Rector\ValueObject\PhpVersion;
2929
use Rector\VersionBonding\Contract\MinPhpVersionInterface;
30-
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
3130
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
3231
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
3332

@@ -117,10 +116,10 @@ class PublishAction extends EntityActionBase {
117116
)]
118117
class PublishAction extends EntityActionBase {
119118
CODE_SAMPLE
120-
,
121-
[
122-
new AnnotationToAttributeConfiguration('10.2.0', '12.0.0', 'Action', 'Drupal\Core\Action\Attribute\Action'),
123-
])]);
119+
,
120+
[
121+
new AnnotationToAttributeConfiguration('10.2.0', '12.0.0', 'Action', 'Drupal\Core\Action\Attribute\Action'),
122+
])]);
124123
}
125124

126125
/**

0 commit comments

Comments
 (0)