mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Merge commit 'd8d994351'
# Conflicts: # composer.lock # resources/vanilla # tests/phpstan/configs/l7-baseline.neon
This commit is contained in:
@@ -23,11 +23,18 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\utils;
|
||||
|
||||
/**
|
||||
* @phpstan-template TPriority
|
||||
* @phpstan-template TValue
|
||||
* @phpstan-extends \SplPriorityQueue<TPriority, TValue>
|
||||
*/
|
||||
class ReversePriorityQueue extends \SplPriorityQueue{
|
||||
|
||||
/**
|
||||
* @param mixed $priority1
|
||||
* @param mixed $priority2
|
||||
* @phpstan-param TPriority $priority1
|
||||
* @phpstan-param TPriority $priority2
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
|
Reference in New Issue
Block a user