Make use of is_iterable and is_countable functions

Created on 20 February 2024, 3 months ago
Updated 14 March 2024, 3 months ago

Problem/Motivation

There are a number of places in core that call is_array followed by instanceof Traversable or instanceof Countable. These can be replaced by is_iterable since PHP 7.1 and is_countable since PHP 7.3.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

10.3 ✨

Component
OtherΒ  β†’

Last updated about 13 hours ago

Created by

πŸ‡¦πŸ‡ΊAustralia mstrelan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024