Closed drupol closed 2 weeks ago
everyOperationProvider
within the GenericCollectionProviders.php
file has been updated. Instead of performing a detailed survey to check if each item is an instance of a particular requirement (IteratorAggregate
), we have simplified this process by using a function named is_iterable.
This modification aims to streamline the code, making it easier to maintain while maintaining its effectiveness in checking for iterable items.Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.
Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.
Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.
Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.
Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.
This PR:
Follows #. Related to #. Fixes #.