Skip to content

Commit

Permalink
deprecate SetListInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 25, 2024
1 parent e9f7ea6 commit 442bff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Set/Contract/SetListInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

namespace Rector\Set\Contract;

/**
* @deprecated This interface needs a reflection to load and uses constant links. Now we changed to services provider architecture that can be used and registerd easily. Use
* @see SetProviderInterface instead
*/
interface SetListInterface
{
}

0 comments on commit 442bff7

Please sign in to comment.