Closed (fixed)
Project:
UI Patterns (SDC in Drupal UI)
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2026 at 08:42 UTC
Updated:
22 Jul 2026 at 14:50 UTC
Jump to comment: Most recent
Comments
Comment #3
pdureau commentedMain changes:
in_arrayfunction ✅@coversNothingadded ion some tests. ⚠️ Does that mean we need to manually add the missing@coverannotation/attributes ? in a follow-up ticket?This review is not for merge but for discussing.
After running php-cs-fixer, some previously undetected pipeline fails appeared. I guess it is a good thing. Maybe it was hidden and need to be addressed:
caseinstructions ❌ incompatible with our phpcs rules, so i run phpcbf again after. What can we do?ComponentFormDisplay.phpThat's interesting because it show some annotations have not been converted to attributes. Is it something we do in the socpe of the current ticket?I don't know how to add the
php-cs-fixer checkto the pipeline. I twas not done in Display Builder project, maybe because we need a dependency todrupol/phpcsfixer-configs-drupal.Comment #4
pdureau commentedComment #5
pdureau commentedGreen pipeline :)
Let's not merge before 2.0.17 release.
Also, it would be nice that the main maintainers do a cleanup of https://git.drupalcode.org/project/ui_patterns/-/merge_requests/ before:
So we can evaluate the mess :)
Comment #6
grimreaperHi,
I reviewed the MR.
I left some comments.
Comment #7
pdureau commentedComment #9
grimreaper