ReflectionDocBlock icon indicating copy to clipboard operation
ReflectionDocBlock copied to clipboard

Feature/method params

Open jaapio opened this issue 4 years ago • 0 comments

This pr will add variadict and reference support to the @method arguments. Since we need to expose more information now the original getArguments method is deprecated, and will be replaced by getParameters which will now return a Param that supports more complex notations.

There should be no BC breaks in here.

jaapio avatar Sep 27 '21 20:09 jaapio