We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c2851 commit 9511626Copy full SHA for 9511626
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