mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 05:21:27 +01:00
Update Stripe lib to 10.7.0
This commit is contained in:
@@ -37,6 +37,10 @@ class Set implements IteratorAggregate
|
||||
return \array_keys($this->_elts);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ArrayIterator
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function getIterator()
|
||||
{
|
||||
return new ArrayIterator($this->toArray());
|
||||
|
||||
Reference in New Issue
Block a user