Fix issues reported by PHPCS

Created on 7 March 2025, 27 days ago

Problem/Motivation

It would be great to address the below minor PHPCS issues :

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

FILE: /var/www/web/modules/contrib/turnstile/turnstile.libraries.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 8 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/modules/contrib/turnstile/turnstile.module
----------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
----------------------------------------------------------------------
  62 | WARNING | [ ] Unused variable $config.
 127 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
 138 | ERROR   | [x] Expected 1 space after IF keyword; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/modules/contrib/turnstile/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
 31 | WARNING | Line exceeds 80 characters; contains 83 characters
 38 | WARNING | Line exceeds 80 characters; contains 88 characters
----------------------------------------------------------------------


FILE: /var/www/web/modules/contrib/turnstile/src/Form/TurnstileAdminSettingsForm.php
------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------
 106 | ERROR | [x] Expected 1 space after IF keyword; 0 found
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/web/modules/contrib/turnstile/src/EventSubscriber/TurnstileAjaxSubscriber.php
--------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 3 LINES
--------------------------------------------------------------------------------------------
  1 | ERROR   | [x] The PHP open tag must be followed by exactly one blank line
  1 | ERROR   | [x] Expected 1 line before declare statement, found 0.
  1 | ERROR   | [x] Expected strict_types=1, found strict_types = 1.
 13 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
 14 | ERROR   | [x] Whitespace found at end of line
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/web/modules/contrib/turnstile/turnstile.install
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 9 | WARNING | Line exceeds 80 characters; contains 112 characters
----------------------------------------------------------------------

Time: 326ms; Memory: 12MB

Steps to reproduce

  • Install the module, composer require 'drupal/turnstile:^1.1'
  • Run the command,

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

Proposed resolution

Fix the PHPCS issues.

📌 Task
Status

Active

Version

1.1

Component

Code

Created by

🇮🇳India abhiyanshu

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024