@@ -8,7 +8,7 @@ |
||
8 | 8 | private $lastFunction; |
9 | 9 | private $lastArguments; |
10 | 10 | |
11 | - public function __construct($wsdl, array $options = []) |
|
11 | + public function __construct($wsdl, array $options = [ ]) |
|
12 | 12 | { |
13 | 13 | $this->soap = new Soap($wsdl, $options); |
14 | 14 | } |