Skip to content

Commit

Permalink
[deprecation] Remove deprecated SetListInterface as no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 14, 2024
1 parent b8a7699 commit 2b65c8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions rules/Php80/Rector/FunctionLike/MixedTypeRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public function refactor(Node $node): ?Node
'The `%s` is removed. Use "typeDeclarations" set in rector.php instead, to avoid filling mixed on better known types.',
self::class
));

return null;
}

public function provideMinPhpVersion(): int
Expand Down
13 changes: 0 additions & 13 deletions src/Set/Contract/SetListInterface.php

This file was deleted.

0 comments on commit 2b65c8c

Please sign in to comment.