@@ -114,7 +114,7 @@ |
||
| 114 | 114 | private function getConnectionParameters(string $connectionName): array |
| 115 | 115 | { |
| 116 | 116 | if (!isset($this->parametersMap[$connectionName])) { |
| 117 | - throw new DBALException('Connection name "' . $connectionName . '" is not set'); |
|
| 117 | + throw new DBALException('Connection name "'.$connectionName.'" is not set'); |
|
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | $parameters = $this->parametersMap[$connectionName]; |