Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2025 at 23:35 UTC
Updated:
21 Jul 2025 at 12:14 UTC
Jump to comment: Most recent
\Drupal\Component\Datetime\DateTimePlus has a load of unused properties left over after #1844956: Optimize date formatting performance
Remove all the unused things. So much noise.
None
N/a
None
None
N/a
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alexpottComment #4
neptune-dc commentedMy IDE confirms that the removed variables are unused. +1 RBTC
Comment #6
longwaveTrivial fix, the variable names do not appear anywhere else in the codebase.
Committed 4558b08 and pushed to 11.x. Thanks!