mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Specify NodeProviderCollection element type
This stops PHPStan from complaining: Class Ramsey\Uuid\Provider\Node\NodeProviderCollection extends generic class Ramsey\Collection\AbstractCollection but does not specify its types: T
This commit is contained in:
@@ -20,6 +20,8 @@ use Ramsey\Uuid\Type\Hexadecimal;
|
||||
|
||||
/**
|
||||
* A collection of NodeProviderInterface objects
|
||||
*
|
||||
* @extends AbstractCollection<NodeProviderInterface>
|
||||
*/
|
||||
class NodeProviderCollection extends AbstractCollection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user