@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | /** |
| 113 | 113 | * @inheritDoc |
| 114 | 114 | */ |
| 115 | - public function createConnection(array $options): ConnectionInterface|null |
|
| 115 | + public function createConnection(array $options): ConnectionInterface | null |
|
| 116 | 116 | { |
| 117 | 117 | return $this->driver->createConnection($options); |
| 118 | 118 | } |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | /** |
| 163 | 163 | * @inheritDoc |
| 164 | 164 | */ |
| 165 | - public function execute(string $query): StatementInterface|bool |
|
| 165 | + public function execute(string $query): StatementInterface | bool |
|
| 166 | 166 | { |
| 167 | 167 | $result = $this->driver->execute($query); |
| 168 | 168 | // Call the query callbacks. |