Drupal Coding Standards Issues | phpcs

Created on 10 January 2023, almost 2 years ago
Updated 19 July 2024, 3 months ago

Problem/Motivation

Getting following error/warnings

FILE: /var/www/html/modules/contrib/domain_301_redirect/src/Domain301RedirectManager.php
----------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
----------------------------------------------------------------------------------------
12 | WARNING | [x] Unused use statement
80 | ERROR | [x] Expected newline after closing brace
----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------

FILE: /var/www/html/modules/contrib/domain_301_redirect/src/EventSubscriber/DomainRedirectEventSubscriber.php
----------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------
22 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
102 | ERROR | [x] Additional blank lines found at end of doc comment
----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------

Time: 2.4 secs; Memory: 6MB

Steps to reproduce

Run following command

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/domain_301_redirect/

Proposed resolution

Above error/warnings need to be fixed

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India samit.310@gmail.com

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024