Problem/Motivation

FILE: /broken_link/broken_link.install
-----------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
-----------------------------------------------------------------------------------------------------------------------------
  88 | ERROR | [x] Doc comment short description must end with a full stop
  94 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
  96 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
 108 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found
 121 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 122 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found

Steps to reproduce

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

Proposed resolution

Fix the errors.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Binoli Lalani created an issue. See original summary.

binoli lalani’s picture

Assigned: binoli lalani » Unassigned
Status: Active » Needs review

Hello,

I have fixed PHPCS errors. Please review MR.

Thank you!

omkar_yewale’s picture

Status: Needs review » Reviewed & tested by the community

Hi @Binoli Lalani,

I have reviewed !6 MR and all mentioned issues/warnings have been addressed.
Moving RTBC.