Skip to content

ReflectionParameter::getClass() is deprecated on PHP 8 #241

Closed
@ondrejmirtes

Description

@ondrejmirtes

From the UPGRADING guide in php-src:

  . ReflectionParameter::getClass(), ReflectionParameter::isArray(), and
    ReflectionParameter::isCallable() are deprecated.
    ReflectionParameter::getType() and the ReflectionType APIs should be used
    instead.

This is called in StandardTagFactory:

$class = $parameter->getClass();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions