laminas / laminas-server

Create Reflection-based RPC servers
https://docs.laminas.dev/laminas-server/
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Fix for deprecated use of ReflectionParameter::isArray() on PHP 8 #18

Closed mtorromeo closed 3 years ago

mtorromeo commented 3 years ago
Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

PHP 8 deprecates the use of ReflectionParameter::isArray(). Since 2.9.0 announced support for PHP 8 a fix should be applied.