Fixed
Project:
Drupal Canvas
Version:
1.x-dev
Component:
Project management
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 May 2026 at 15:36 UTC
Updated:
12 May 2026 at 10:13 UTC
Jump to comment: Most recent
Comments
Comment #2
wim leersYep, that's noise I've been wanting to eliminate for a while. Thanks for filing this issue!
Comment #4
tim.plunkettComment #5
naveenapj commentedComment #6
naveenapj commentedI have tested and validated this locally on PHP 8.4 and Drupal 11.
Testing Process:
On the 1.x branch, I successfully reproduced the hard error: ERROR: Passing an array of values to a property using a comma-separated string is no longer supported.
Applied MR !1094.
Confirmed the phpcs.xml file now uses the valid array syntax for the SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions rule.
Ran phpcs again; the error is resolved, and the sniffs are parsed and executed correctly.
The code change is correct and follows the standard required by modern PHPCS versions. Setting to RTBC.
Comment #7
naveenapj commentedComment #8
naveenapj commentedComment #9
wim leersThanks!