Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6.0-b1
-
Component/s: None
-
Labels:None
Description
PDOStatement isn't an Iterator which reports now required per CORE-1801. So while they'll still work, they will fail if/when this is type hinted.
So to prevent that, we need to convert PDOStatement into Iterator using IteratorIterator, which is designed for this exact purpose.