Skip to content

Commit

Permalink
Merge pull request #61 from laminas/3.9.x-merge-up-into-3.10.x_KQEiD38k
Browse files Browse the repository at this point in the history
Merge release 3.9.1 into 3.10.x
  • Loading branch information
Ocramius authored Jun 9, 2022
2 parents 7010085 + 1df1cc0 commit 449c040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PriorityQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function __unserialize($data)
*
* @param int $flag
* @return array<array-key, mixed>
* @psalm-return ($flag is self::EXTR_DATA
* @psalm-return ($flag is self::EXTR_BOTH
* ? list<array{data: T, priority: TPriority}>
* : $flag is self::EXTR_PRIORITY
* ? list<TPriority>
Expand Down

0 comments on commit 449c040

Please sign in to comment.