Add '@addtogroup hooks' annotation for hooks in link_attributes.api.php
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3084259. --> Reported by: [idebr](https://www.drupal.org/user/1879760) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The hook described in link_attributes.api.php currently violates the Drupal coding standards, because it duplicates the @param in its docblock.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Implement a <code>@addtogroup hooks</code> annotation in link_attributes.api.php and fix the Drupal coding standards violations.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ol> <li>Write a patch</li> <li>Review</li> <li>Commit</li> </ol> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p>
issue