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?
Description
cli mode:
php --rf 'ReflectionMethod::__construct'i get this notice:
can we remove the notice part?