Skip to content

notice in php --rf class::method #21754

@plusminmax

Description

@plusminmax

Description

cli mode:
php --rf 'ReflectionMethod::__construct'

i get this notice:

Deprecated: Calling ReflectionMethod::__construct() with 1 argument is deprecated, use ReflectionMethod::createFromMethodName() instead in Unknown on line 0
Method [ <internal:Reflection, ctor> public method __construct ] {

  - Parameters [2] {
    Parameter #0 [ <required> object|string $objectOrMethod ]
    Parameter #1 [ <optional> ?string $method = null ]
  }
}

can we remove the notice part?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions