laminas / laminas-stdlib

SPL extensions, array utilities, error handlers, and more
https://docs.laminas.dev/laminas-stdlib/
BSD 3-Clause "New" or "Revised" License
190 stars 40 forks source link

Fix incorrect return type annotation when `EXTR_DATA` is used when extracting data from a `PriorityQueue` #60

Closed gsteel closed 2 years ago

gsteel commented 2 years ago
Q A
Bugfix yes

Description

EXTR_DATA = list<T> but the return type had the expected result for EXTR_BOTH listed as the first possible value.

Sorry!

Ocramius commented 2 years ago

Happens :shrug: