PHPDoc: Restrict ReversePriorityQueue to numeric priorities

This commit is contained in:
Dylan K. Taylor 2025-01-06 23:05:49 +00:00
parent db9ba83001
commit 9592f066f3
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
namespace pocketmine\utils;
/**
* @phpstan-template TPriority
* @phpstan-template TPriority of numeric
* @phpstan-template TValue
* @phpstan-extends \SplPriorityQueue<TPriority, TValue>
*/