mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
PHPDoc: Restrict ReversePriorityQueue to numeric priorities
This commit is contained in:
parent
db9ba83001
commit
9592f066f3
@ -24,7 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\utils;
|
namespace pocketmine\utils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @phpstan-template TPriority
|
* @phpstan-template TPriority of numeric
|
||||||
* @phpstan-template TValue
|
* @phpstan-template TValue
|
||||||
* @phpstan-extends \SplPriorityQueue<TPriority, TValue>
|
* @phpstan-extends \SplPriorityQueue<TPriority, TValue>
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user