Passed
Pull Request — master (#32)
by
unknown
02:04
created
src/Payment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
      * @return $data
233 233
      *
234 234
      */
235
-    public function call($method , $data = array())
235
+    public function call($method, $data = array())
236 236
     {
237 237
         $this->driverInstance = $this->getFreshDriverInstance();
238 238
         $result = $this->driverInstance->call($method, $data);
Please login to merge, or discard this patch.