Closed (fixed)
Project:
Coder
Version:
9.x-dev
Component:
Coder Sniffer
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2025 at 16:42 UTC
Updated:
7 Nov 2025 at 16:49 UTC
Jump to comment: Most recent
We don't need to override DisallowLongArraySyntaxSnif anymore for Drupal 7 support. Drupal 7 users can still disable this sniff in their phpcs.xml config.
Remove the sniff and use the upstream Generic.Arrays.DisallowLongArraySyntax in our ruleset.
Finish pull request https://github.com/pfrenssen/coder/pull/275
Drupal.Arrays.DisallowLongArraySyntax is removed and replaced with Generic.Arrays.DisallowLongArraySyntax.
Comments
Comment #2
klausiComment #4
klausiMerged.