Skip to content

Commit

Permalink
fix: remove interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 2, 2024
1 parent da20b6d commit 24ef71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/Set/CodeigniterLevelSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace PHPDevsr\Rector\Codeigniter4\Set;

use Rector\Set\Contract\SetListInterface;

final class CodeigniterLevelSetList implements SetListInterface
final class CodeigniterLevelSetList
{
/**
* @var string
Expand Down
4 changes: 1 addition & 3 deletions src/Set/CodeigniterSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace PHPDevsr\Rector\Codeigniter4\Set;

use Rector\Set\Contract\SetListInterface;

final class CodeigniterSetList implements SetListInterface
final class CodeigniterSetList
{
/**
* @var string
Expand Down

0 comments on commit 24ef71c

Please sign in to comment.