mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
NEW Upgrade of Stripe lib to 6.4.1
This commit is contained in:
@@ -9,9 +9,9 @@ class Set implements IteratorAggregate
|
||||
{
|
||||
private $_elts;
|
||||
|
||||
public function __construct($members = array())
|
||||
public function __construct($members = [])
|
||||
{
|
||||
$this->_elts = array();
|
||||
$this->_elts = [];
|
||||
foreach ($members as $item) {
|
||||
$this->_elts[$item] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user