Line exceeds 80 characters

Created on 3 June 2023, over 1 year ago
Updated 12 June 2023, over 1 year ago

Problem/Motivation

Line exceeds 80 characters

Steps to reproduce

Run the command:

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

Proposed resolution

Fix the following coding standards issues and upload the patch or create an MR with fixes.

FILE: C:\xampp\htdocs\drupal_9\web\modules\contrib\graphql_file\README.md
-------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------
3 | WARNING | Line exceeds 80 characters; contains 147 characters
-------------------------------------------------------------------------

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India arti_parmar

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

Comments & Activities

  • Issue created by @arti_parmar
  • 🇮🇳India Raveen Kumar

    @Arti,
    Split the line into multiple lines: You can break the line into smaller parts by introducing line breaks at logical points. For example:

    $test = 'This is a long message that exceeds 80 characters. '
    . 'You can split it into multiple lines to improve readability.';

    And Thank you.

  • First commit to issue fork.
  • @mcortes19 opened merge request.
  • Status changed to Fixed over 1 year ago
  • Status changed to Fixed over 1 year ago
Production build 0.71.5 2024