Skip to content

Commit e15b625

Browse files
authored
Merge pull request #89 from worksome/feature/rector-set-list-provider
feat: remove deprecated interface usage
2 parents 69c2851 + 9511626 commit e15b625

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)