Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Dec 2024 at 11:11 UTC
Updated:
2 Jan 2025 at 01:14 UTC
Jump to comment: Most recent
Comments
Comment #3
Anonymous (not verified) commentedComments were added for views filter plugins.
They explain what each method is doing and inheritdoc has been added wherever required.
Lint pipeline is passing
PHPUnit Functional and build pipelines are failing
Will re-run the pipeline to check if they are just random test failures
Comment #4
Anonymous (not verified) commentedAll the tests passed with no errors/warnings, and the pipeline is all green now
Seems like they were just random test failures
The comments added in the MR for Views Filter Plugins seem correct
Thus moving it to RTBC
Comment #6
larowlanThis failed on commit check - but that's a filter plugin, not a views filter plugin so is out of scope, reverted that changed and it passed
Committed to 11.x - thanks!
More phpcs rules - nice!