yo

Results 13 comments of yo

@albert-github for `\copydoc` and `\copydetails`, can the PHP parser be altered to assume a reference to the parent method if an argument isn't given? then `@inheritDoc` would just be an...

@albert-github there's no way to change parser behavior on a per-language basis?

When the docblock contains only `@inheritDoc`, all documentation should be copied from the parent, including parameter docs for methods. Kinda like how `INHERIT_DOCS` option works with things that have no...