Skip to content

Commit

Permalink
remove deprecated set list marker
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 12, 2024
1 parent 1e74358 commit 3271bed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Set/PHPUnitSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

namespace Rector\PHPUnit\Set;

use Rector\Set\Contract\SetListInterface;

/**
* @api
*/
final class PHPUnitSetList implements SetListInterface
final class PHPUnitSetList
{
/**
* @var string
Expand Down

1 comment on commit 3271bed

@TomasVotruba
Copy link
Member Author

@TomasVotruba TomasVotruba commented on 3271bed Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.