Skip to content

Replace usages of ReflectionParameter deprecated methods #32332

@sivaschenko

Description

@sivaschenko

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)

Metadata

Metadata

Labels

Priority: P1Once P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Progress: doneProject: PHP8

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions