Skip to content

Commit 8765e6d

Browse files
committed
interface marker
1 parent 8d6d472 commit 8765e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/CodeQuality/Rector/Class_/AddParentSetupCallOnSetupRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PhpParser\Node;
88
use PhpParser\Node\Stmt\Class_;
9+
use Rector\Configuration\Deprecation\Contract\DeprecatedInterface;
910
use Rector\Exception\ShouldNotHappenException;
1011
use Rector\Rector\AbstractRector;
1112
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
@@ -14,7 +15,7 @@
1415
/**
1516
* @deprecated as parent setup call depends on the test. Sometimes its on purpose, sometimes not. Better handle manually
1617
*/
17-
final class AddParentSetupCallOnSetupRector extends AbstractRector
18+
final class AddParentSetupCallOnSetupRector extends AbstractRector implements DeprecatedInterface
1819
{
1920
public function getRuleDefinition(): RuleDefinition
2021
{

0 commit comments

Comments
 (0)