Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Feb 2024 at 05:43 UTC
Updated:
14 Mar 2024 at 02:04 UTC
Jump to comment: Most recent
Comments
Comment #3
mstrelan commentedComment #4
smustgrave commentedDoing searches for $value instanceof \Traversable and instanceof \Countable; and checking if they're also checking is_array, believe all have been addressed.
Left a comment but I would +1 for deprecating that one function since it does 1 thing now.
Comment #5
longwaveAdded some suggestions to the MR.
Comment #6
mstrelan commentedDeprecated
Inspector::assertTraversableand added a change record. Applied both suggestions.Comment #7
smustgrave commentedLeft some comments on MR about the CR link.
But checked that the replacements were done. Probably good to self RTBC @mstrelan after the link updates.
Comment #8
mstrelan commentedFixed the link to the CR, back to RTBC
Comment #9
alexpottCommitted and pushed c506000f20 to 11.x and 8b6fd70a73 to 10.3.x. Thanks!