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\DataStructures\StrictCollection;
|
||||||
use OCC\Basics\Traits\TypeChecker;
|
use OCC\Basics\Traits\TypeChecker;
|
||||||
use OutOfRangeException;
|
use OutOfRangeException;
|
||||||
|
use SplDoublyLinkedList;
|
||||||
|
|
||||||
use function get_debug_type;
|
use function get_debug_type;
|
||||||
use function iterator_to_array;
|
use function iterator_to_array;
|
||||||
|
@ -46,6 +47,7 @@ use function unserialize;
|
||||||
* @package Basics\DataStructures
|
* @package Basics\DataStructures
|
||||||
*
|
*
|
||||||
* @template AllowedType of mixed
|
* @template AllowedType of mixed
|
||||||
|
* @phpstan-require-extends SplDoublyLinkedList
|
||||||
*/
|
*/
|
||||||
trait StrictSplDatastructureTrait
|
trait StrictSplDatastructureTrait
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue