2
0
forked from Wavyzz/dolibarr

update stripe-php 7.67.0

This commit is contained in:
ptibogxiv
2021-01-03 23:37:44 +01:00
parent b0738643fb
commit 984c355f39
226 changed files with 14453 additions and 4860 deletions

View File

@@ -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()