@@ -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( |
@@ -25,6 +25,4 @@ |
||
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 |
@@ -25,6 +25,4 @@ |
||
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 |
@@ -10,7 +10,7 @@ discard block |
||
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 |
||
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 |
@@ -25,6 +25,4 @@ |
||
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 |
@@ -25,6 +25,4 @@ |
||
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 |