1
0
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:
orklah 2020-10-15 02:01:25 +02:00 committed by Daniil Gentili
parent 3ed70e3ca0
commit c15fabbdcc
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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 {