djoos / Symfony-coding-standard

Development repository for the Symfony coding standard
MIT License
402 stars 102 forks source link

Doc comment for parameter even when @inheritdoc is present #132

Closed btaens closed 6 years ago

btaens commented 6 years ago

It seems the ruleset demands parameter phpdoc blocks even when @inheritdoc is present. This should not be the case in inherited methods where phpdoc is explicitly inherited.

btaens commented 6 years ago

Nevermind, {@inheritdoc} works. Sorry.