Passed
Push — master ( 770abf...97c7d6 )
by Oleg
04:57
created
Utils/Procedure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.