Passed
Branch master (83e655)
by Meng
03:08
created
Category
src/Interpreter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.