Skip to content

Commit 442bff7

Browse files
committed
deprecate SetListInterface
1 parent e9f7ea6 commit 442bff7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Set/Contract/SetListInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
namespace Rector\Set\Contract;
66

7+
/**
8+
* @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
9+
* @see SetProviderInterface instead
10+
*/
711
interface SetListInterface
812
{
913
}

0 commit comments

Comments
 (0)