forked from Wavyzz/dolibarr
update stripe-php 7.67.0
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Stripe\Util;
|
||||
|
||||
use IteratorAggregate;
|
||||
use ArrayIterator;
|
||||
use IteratorAggregate;
|
||||
|
||||
class Set implements IteratorAggregate
|
||||
{
|
||||
@@ -34,7 +34,7 @@ class Set implements IteratorAggregate
|
||||
|
||||
public function toArray()
|
||||
{
|
||||
return array_keys($this->_elts);
|
||||
return \array_keys($this->_elts);
|
||||
}
|
||||
|
||||
public function getIterator()
|
||||
|
||||
Reference in New Issue
Block a user