Description (*)
Replace usages of \ReflectionParameter deprecated methods:
- isArray (Use ReflectionParameter::getType() and the ReflectionType APIs should be used instead)
- isCallable (Use ReflectionParameter::getType() and the ReflectionType APIs should be used instead)