Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Apr 2025 at 10:23 UTC
Updated:
4 Nov 2025 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedDo we want to open a follow up for the one thread?
Rest seems fine
Comment #5
quietone commentedComment #6
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 #7
quietone commentedAnother rebase, with a conflict that needs review.
Comment #8
smustgrave commentedAdditional change seems fine.
Comment #9
catchIt's not good that phpcs is forcing us to ignore this rule when the documentation is there, but when there is another phpcs rule in place that breaks this rule. To me this feels worse than not having the rule enabled at all to be honest.
Comment #10
quietone commentedFollow up made #3524937: Fix unneeded Drupal.Commenting.FunctionComment.Missing
The MR is what it was when catch commented. I have commented, made an issue in Coder and a follow up for core, so I think it is OK to restore the RTBC.
Comment #11
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. 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 #12
quietone commentedAnother rebase
Comment #13
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. 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 #14
quietone commentedRebased. There were conflicts due to the update of Coder, which fixed a problem with phpcs:ignore lines such that those lines could be removed. Linting passing so restoring RTBC.
Comment #15
xjmI read all the methods to confirm that the added one-line summaries matched what was actually happening, and looked up the parent class or interface for everything with
{@inheritdoc}to confirm the docblock described what was happening in the method including signature, return value, etc.I posted one suggestion to fix a grammatical error in a docblock that's being updated to differentiate it from an added docblock. I also suggest doing the GitLab contrib search to check for usages of the mentioned method to decide whether we want a followup to deprecate it or not.
Marking NR to make the status clear, but given that the tasks are just reviewing/applying a suggestion and doing a contrib search, the changes do not need a separate reviewer and author to be re-RTBCed.
Comment #16
xjmActually @quietone in the linked issue, @klausi claims that the issue will be solved if we upgrade to the latest version of coder. 11.x now is on the latest version of coder. Can we therefore remove these other additional ignores?
Comment #17
quietone commentedLinting checks have passes do back to NR.
Comment #18
smustgrave commentedBelieve feedback has been addressed, left the 1 thread open jsut in case
Saved credit for xjm and catch for the MR reviews.
Comment #19
xjmSaving credit for @smustgrave for issue management, since this has gotten complicated.
Comment #20
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. 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 #21
quietone commentedChange required in ElementInfoManager.php.
Comment #22
smustgrave commentedcspell was random, re-running fixed it.
Additional change seems fine to me.
Comment #23
quietone commentedRebase with no conflicts.
Comment #24
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. 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 #25
quietone commentedAnother rebase. Conflict due to removed code in \Drupal\Core\Render\ElementInfoManager, the file doesn't have changes anymore. Therefor restoring RTBC.
Comment #26
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. 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 #27
quietone commentedConflict due to #3489026: Document InputCollectorInterface which added better documentation than what was in this MR. Restoring RTBC.
Comment #28
catchI think we need a follow-up to try to deprecate
UrlMatches::finalMatch(), also one comment that I think can probably just beinheritdocComment #29
quietone commented@catch, thanks. I have fixed that.
I rebased and there were more instances to fix, so back to NR for review, particularly the last two commits.
Comment #30
borisson_The last 2 commits look great, and it was previously rtbc, so restoring to that state.
Comment #33
catchCommitted/pushed to 11.x, thanks!