mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-02-23 00:00:24 +01:00
Add PHPStan doc tag for dependency
This commit is contained in:
parent
d0dcdb5110
commit
f3c152cf09
@ -28,6 +28,7 @@ use OCC\Basics\DataStructures\Exceptions\InvalidDataTypeException;
|
||||
use OCC\Basics\DataStructures\StrictCollection;
|
||||
use OCC\Basics\Traits\TypeChecker;
|
||||
use OutOfRangeException;
|
||||
use SplDoublyLinkedList;
|
||||
|
||||
use function get_debug_type;
|
||||
use function iterator_to_array;
|
||||
@ -46,6 +47,7 @@ use function unserialize;
|
||||
* @package Basics\DataStructures
|
||||
*
|
||||
* @template AllowedType of mixed
|
||||
* @phpstan-require-extends SplDoublyLinkedList
|
||||
*/
|
||||
trait StrictSplDatastructureTrait
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user