mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
changing the templates order to match existing stub in PHPStan (#4332)
This commit is contained in:
parent
3ed70e3ca0
commit
c15fabbdcc
@ -1674,8 +1674,8 @@ class SplMinHeap extends SplHeap {
|
||||
* The SplPriorityQueue class provides the main functionalities of a prioritized queue, implemented using a max heap.
|
||||
* @link https://php.net/manual/en/class.splpriorityqueue.php
|
||||
*
|
||||
* @template TValue
|
||||
* @template TPriority
|
||||
* @template TValue
|
||||
* @template-implements Iterator<int, TValue>
|
||||
*/
|
||||
class SplPriorityQueue implements Iterator, Countable {
|
||||
|
Loading…
Reference in New Issue
Block a user