From d8149903da10db9544f210f878073bf9644d08bc Mon Sep 17 00:00:00 2001 From: orklah Date: Thu, 15 Oct 2020 02:01:25 +0200 Subject: [PATCH] changing the templates order to match existing stub in PHPStan (#4332) --- stubs/CoreGenericClasses.phpstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/CoreGenericClasses.phpstub b/stubs/CoreGenericClasses.phpstub index fd2b03aa516..80d09950480 100644 --- a/stubs/CoreGenericClasses.phpstub +++ b/stubs/CoreGenericClasses.phpstub @@ -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 */ class SplPriorityQueue implements Iterator, Countable {