Skip to content

Commit 9511626

Browse files
committed
feat: remove deprecated interface usage
1 parent 69c2851 commit 9511626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Rector/WorksomeSetList.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace Worksome\CodingStyle\Rector;
44

5-
use Rector\Set\Contract\SetListInterface;
6-
7-
class WorksomeSetList implements SetListInterface
5+
class WorksomeSetList
86
{
97
public const LARAVEL_CODE_QUALITY = __DIR__ . '/config/sets/laravel-code-quality.php';
108

0 commit comments

Comments
 (0)