We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69c2851 + 9511626 commit e15b625Copy full SHA for e15b625
src/Rector/WorksomeSetList.php
@@ -2,9 +2,7 @@
2
3
namespace Worksome\CodingStyle\Rector;
4
5
-use Rector\Set\Contract\SetListInterface;
6
-
7
-class WorksomeSetList implements SetListInterface
+class WorksomeSetList
8
{
9
public const LARAVEL_CODE_QUALITY = __DIR__ . '/config/sets/laravel-code-quality.php';
10
0 commit comments