Passed
Push — master ( 94702c...0299cb )
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.
Utils/ProcedureInterface.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,4 @@
 block discarded – undo
25 25
 <<<<<<< HEAD
26 26
     public function setConfiguration($key, array $connectionData): ProcedureInterface;
27 27
 =======
28
-    public function setConfiguration(string $key, array $connectionData): ProcedureInterface;
29
->>>>>>> a3da2e33642080d9ede805ee5c0ec403d45c4167
30
-}
28
+    public function setConfiguration(string $key, array $connectionData
31 29
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,4 @@
 block discarded – undo
25 25
 <<<<<<< HEAD
26 26
     public function setConfiguration($key, array $connectionData): ProcedureInterface;
27 27
 =======
28
-    public function setConfiguration(string $key, array $connectionData): ProcedureInterface;
29
->>>>>>> a3da2e33642080d9ede805ee5c0ec403d45c4167
30
-}
28
+    public function setConfiguration(string $key, array $connectionData
31 29
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
      *
11 11
      * @return mixed
12 12
      */
13
-<<<<<<< HEAD
13
+<< << <<< HEAD
14 14
     public function execute($connection, \PgFunc\Procedure $procedure);
15 15
 =======
16 16
     public function execute(string $connection, \PgFunc\Procedure $procedure);
@@ -25,6 +25,4 @@  discard block
 block discarded – undo
25 25
 <<<<<<< HEAD
26 26
     public function setConfiguration($key, array $connectionData): ProcedureInterface;
27 27
 =======
28
-    public function setConfiguration(string $key, array $connectionData): ProcedureInterface;
29
->>>>>>> a3da2e33642080d9ede805ee5c0ec403d45c4167
30
-}
28
+    public function setConfiguration(string $key, array $connectionData
31 29
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,4 @@
 block discarded – undo
25 25
 <<<<<<< HEAD
26 26
     public function setConfiguration($key, array $connectionData): ProcedureInterface;
27 27
 =======
28
-    public function setConfiguration(string $key, array $connectionData): ProcedureInterface;
29
->>>>>>> a3da2e33642080d9ede805ee5c0ec403d45c4167
30
-}
28
+    public function setConfiguration(string $key, array $connectionData
31 29
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,6 +25,4 @@
 block discarded – undo
25 25
 <<<<<<< HEAD
26 26
     public function setConfiguration($key, array $connectionData): ProcedureInterface;
27 27
 =======
28
-    public function setConfiguration(string $key, array $connectionData): ProcedureInterface;
29
->>>>>>> a3da2e33642080d9ede805ee5c0ec403d45c4167
30
-}
28
+    public function setConfiguration(string $key, array $connectionData
31 29
\ No newline at end of file
Please login to merge, or discard this patch.