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

Minor PHP 8.4 compatibility improvement, Deprecate `ArrayUtils::inArray()` #113

Closed gsteel closed 8 months ago

gsteel commented 8 months ago
Q A
Bugfix yes
QA yes

Description

Updates deps and adds #[ReturnTypeWillChange] to SplPriorityQueue::insert

I know it's a bit early to worry about 8.4, but I'm already testing some of my projects on 8.4-dev and this deprecation showed up in tests…