Closed (fixed)
Project:
Lazy-load
Version:
8.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2023 at 05:57 UTC
Updated:
20 Jul 2024 at 23:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rohit rana commentedComment #3
osmanHi Rahit,
Are you positive you're running PHPCS with `Drupal`, and `DrupalPractice` coding-standards loaded? AFAIK, JavaScript boolean values should be lowercase, but for PHP it should be uppercase.
You can check the installed standards via `phpcs -i`
Because this is what I get:
Comment #6
vladimirausComment #7
jannakha commentedall green!
Comment #8
osman* Drupal 8
* PHP 7.4
* PHPCS 3.10.1 (stable)
Before:
After:
Comment #10
osmanComment #11
vladimiraus