- Issue created by @kingdutch
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
I would like to get this in as quickly as possible, so we don't see this style be used more often.
There's no phpcs rule for this yet, but if we agree on this, I will create an issue there. - 🇦🇺Australia acbramley
+1, this is completely redundant documentation and just makes it harder to read. If parameters need documentation it should be in the constructor's doc block.
- 🇳🇿New Zealand quietone
This needs the section "1. {link to the documentation heading that is to change}" completed so we are all clear on what the change is.
- 🇬🇧United Kingdom catch
I think it's already covered by https://www.drupal.org/docs/develop/standards/php/api-documentation-and-... → and I'm not sure we actually need to change anything if so. The standards don't allow for this format, it's just that coder doesn't explicitly disallow it. However we probably need to explicitly agree that no change is needed before opening a coder issue? We could add something to the coding standards to point out this is bad, but I think that would potentially just be confusing - better to have positive examples.
- 🇧🇪Belgium borisson_ Mechelen, 🇧🇪
I agree with catch, we don't document all the negative examples and I don't think we should start doing that. We already have a lot of documentation.
- 🇦🇹Austria drunken monkey Vienna, Austria
Agreed that it’s important to keep this from becoming common, but probably already covered by the linked documentation. Let’s just adapt our tools to spot this.