You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using $method = (new Factory)->fromMethodReflection($refMethod); and printing the code with $method->__toString(); the readonly keyword is missing.
Version:
6.36.0
Bug Description
When using
$method = (new Factory)->fromMethodReflection($refMethod);
and printing the code with$method->__toString();
thereadonly
keyword is missing.Steps To Reproduce
Expected Behavior
Should include
readonly
Possible Solution
Factory::fromParameterReflection()
:The text was updated successfully, but these errors were encountered: