Skip to content

Commit

Permalink
changing the templates order to match existing stub in PHPStan (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah authored and muglug committed Oct 15, 2020
1 parent 849d253 commit d814990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericClasses.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d814990

Please sign in to comment.