Drupal Coding Standards Issues | phpcs

Created on 23 January 2023, almost 2 years ago
Updated 14 July 2024, 4 months ago

Problem/Motivation

Getting following warning.

FILE: /var/www/html/modules/contrib/block_id/block_id.module
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
88 | WARNING | Line exceeds 80 characters; contains 118 characters
----------------------------------------------------------------------

Time: 2.11 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/block_id/

Proposed resolution

Above warning need to be fixed.

๐Ÿ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia samit.310@gmail.com

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024