- Issue created by @danrod
- @danrod opened merge request.
- 🇯🇵Japan liuyuanchao
This MR only adds comments and the pipelines have passed successfully, I approve the changes.
pipelines: https://git.drupalcode.org/issue/gin-3536107/-/pipelines/548146
I got this error when running phpsniffer:
$ ddev exec ./vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml web/themes/contrib/gin/
FILE: /var/www/html/web/themes/contrib/gin/src/GinNavigation.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
24 | ERROR | Parameter $moduleHandler is not described in comment
----------------------------------------------------------------------
Time: 304ms; Memory: 6MB
Run phpcs as usual:
$ ddev exec ./vendor/bin/phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml web/themes/contrib/gin/
Document $moduleHandler
in the comment
N/A
N/A
N/A
N/A
Active
5.0
Code
This MR only adds comments and the pipelines have passed successfully, I approve the changes.
pipelines: https://git.drupalcode.org/issue/gin-3536107/-/pipelines/548146