@@ -232,7 +232,7 @@ |
||
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); |