Removed redundant interface inheritance.

This commit is contained in:
Bilge
2020-08-23 19:36:53 +01:00
parent d103e07a2c
commit 49b772a5e2
5 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -15,14 +15,13 @@ declare(strict_types=1);
namespace Ramsey\Uuid\Provider\Node;
use Ramsey\Collection\AbstractCollection;
use Ramsey\Collection\CollectionInterface;
use Ramsey\Uuid\Provider\NodeProviderInterface;
use Ramsey\Uuid\Type\Hexadecimal;
/**
* A collection of NodeProviderInterface objects
*/
class NodeProviderCollection extends AbstractCollection implements CollectionInterface
class NodeProviderCollection extends AbstractCollection
{
public function getType(): string
{