PHPCS error at /gin/src/GinNavigation.php
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3536107. --> Reported by: [danrod](https://www.drupal.org/user/19150) Related to !642 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I got this error when running phpsniffer:</p> <pre>$ ddev exec ./vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml web/themes/contrib/gin/<br><br>FILE: /var/www/html/web/themes/contrib/gin/src/GinNavigation.php<br>----------------------------------------------------------------------<br>FOUND 1 ERROR AFFECTING 1 LINE<br>----------------------------------------------------------------------<br> 24 | ERROR | Parameter $moduleHandler is not described in comment<br>----------------------------------------------------------------------<br><br>Time: 304ms; Memory: 6MB</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Run phpcs as usual:</p> <pre>$ ddev exec ./vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml web/themes/contrib/gin/</pre><h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Document <code>$moduleHandler</code> in the comment</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>N/A</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>N/A</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p> > Related issue: [Issue #3554265](https://www.drupal.org/node/3554265)
issue