Changes between Initial Version and Version 4 of Ticket #64488
- Timestamp:
- 01/10/2026 11:18:42 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64488
- Property Keywords has-patch added
- Property Summary Coding Standards: replace if isset() return with null coalescing → Code Modernization: replace if isset() return with null coalescing
- Property Type defect (bug) → enhancement
- Property Milestone Awaiting Review → 7.0
- Property Owner set to
- Property Status new → reviewing
-
Ticket #64488 – Description
initial v4 12 12 + return $this->items[$key] ?? 'fallback value'; 13 13 }}} 14 15 This is part of #58874.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)