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

Improve psalm annotations for `SplQueue` #49

Closed gsteel closed 2 years ago

gsteel commented 2 years ago
Q A
QA yes

Description

Currently, only adds template annotations to SplQueue but if desirable I could investigate the others too such as Stack, Priority etc… assuming I'm psalming right though!

Ocramius commented 2 years ago

Thanks @gsteel!