You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #119 Update is_countable to include countable objects that doesn't implement \Countable (pierredup)
This PR was merged into the 1.8-dev branch.
Discussion
----------
Update is_countable to include countable objects that doesn't implement \Countable
Some objects are countable but don't implement `Countable` ([symfony/polyfill#115#issuecomment-384361414](symfony/polyfill#115 (comment)))
The objects that I could identify that is countable is `ResourceBundle` and `SimpleXmlElement`
Commits
-------
b53929e Update is_countable to include countable objects that doesn't implement \Countable
0 commit comments