@@ -66,7 +66,7 @@ |
||
66 | 66 | $configuration = new \PgFunc\Configuration(); |
67 | 67 | |
68 | 68 | foreach ($connectionData as $method => $value) { |
69 | - $method = 'set'.str_replace('_', '', ucwords($method, '_')); |
|
69 | + $method = 'set' . str_replace('_', '', ucwords($method, '_')); |
|
70 | 70 | |
71 | 71 | if (!method_exists($configuration, $method)) { |
72 | 72 | throw new BadMethodCallException( |