Needs review
Project:
Drupal core
Version:
main
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Apr 2026 at 10:04 UTC
Updated:
28 Apr 2026 at 11:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johnalbinI'm going to fix the first path and ensure phpcs doesn't report errors. Then fix the second path which will definitely throw linting errors.
Comment #4
johnalbinOk. PHPCS is green when add core/ to the assets path. On to the next path.
Comment #5
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #6
quietone commentedComment #7
johnalbinI added docs in:
Drupal\Component\Diff\DiffFormatterDrupal\Component\Diff\Engine\DiffOpDrupal\Component\Diff\Engine\DiffOpAddDrupal\Component\Diff\Engine\DiffOpChangeDrupal\Component\Diff\Engine\DiffOpCopyDrupal\Component\Diff\Engine\DiffOpDelete…because it was pretty clear what everything did.
I added
// phpcs:ignoreFiletoDrupal\Component\Diff\Engine\HWLDFWordAccumulatorandDrupal\Component\Diff\WordLeveldiff(which usesHWLDFWordAccumulator) because I have no idea what "HWLDF" stands for. So even though I could half-way reason what the code was doing, I didn't feel comfortable writing docs for them.