ReflectionDocBlock
ReflectionDocBlock copied to clipboard
Feature/method params
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.