Skip to content

Commit

Permalink
fix: remove extra use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Mar 16, 2024
1 parent 0b07b96 commit c0f67f4
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
use Rector\PhpAttribute\AnnotationToAttributeMapper;
use Rector\ValueObject\PhpVersion;
use Rector\VersionBonding\Contract\MinPhpVersionInterface;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\ConfiguredCodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;

Expand Down Expand Up @@ -117,10 +116,10 @@ class PublishAction extends EntityActionBase {
)]
class PublishAction extends EntityActionBase {
CODE_SAMPLE
,
[
new AnnotationToAttributeConfiguration('10.2.0', '12.0.0', 'Action', 'Drupal\Core\Action\Attribute\Action'),
])]);
,
[
new AnnotationToAttributeConfiguration('10.2.0', '12.0.0', 'Action', 'Drupal\Core\Action\Attribute\Action'),
])]);
}

/**
Expand Down

0 comments on commit c0f67f4

Please sign in to comment.