mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 09:20:40 +00:00
Split DB Updates into seperate files, with the cutoff being 2.0.0
This commit is contained in:
@@ -147,7 +147,7 @@ class Collection extends StripeObject implements \Countable, \IteratorAggregate
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \ArrayIterator an iterator that can be used to iterate
|
||||
* @return \ArrayIterator<int, TStripeObject> an iterator that can be used to iterate
|
||||
* across objects in the current page
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
@@ -157,7 +157,7 @@ class Collection extends StripeObject implements \Countable, \IteratorAggregate
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \ArrayIterator an iterator that can be used to iterate
|
||||
* @return \ArrayIterator<int, TStripeObject> an iterator that can be used to iterate
|
||||
* backwards across objects in the current page
|
||||
*/
|
||||
public function getReverseIterator()
|
||||
|
||||
Reference in New Issue
Block a user