Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Oct 2024 at 16:11 UTC
Updated:
12 Dec 2025 at 12:29 UTC
Jump to comment: Most recent
Comments
Comment #2
quietone commentedComment #3
quietone commentedThere are more instances being added to core where the ignore is needed, updating issue summary.
Comment #5
quietone commentedThis leaves one instance, in \Drupal\views\Plugin\views\argument\Date for
public $option_name = 'default_argument_date';. As far as I can tell that property is not used. That needs an issue.Comment #6
smustgrave commentedOutside \Drupal\views\Plugin\views\argument\Date mentioned in #5 appears to be 2 more instances in PagerPluginBase
Comment #7
quietone commentedThose two are
Drupal.Commenting.VariableComment.MissingVarnotphpcs:ignore VariableComment.Missingso they are out of scope for this issue.Comment #8
smustgrave commentedThose were the only instances I found then
Comment #9
longwaveNeeds rebase.
Comment #10
quietone commentedSimple conflict due to removed code in 11.x, #3553348: Remove unused class property \Drupal\views\Plugin\views\argument\Date::$option_name. I am restoring RTBC
Comment #11
longwaveCommitted and pushed 4a9217ba03e to 11.x and 5956a411dbf to 11.3.x. Thanks!