@@ -88,7 +88,7 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | return $this->connections->getDefault(); |
91 | - } catch (JAQBException|PDOException $e) { |
|
91 | + } catch (JAQBException | PDOException $e) { |
|
92 | 92 | throw new DriverException($e->getMessage(), $e->getCode(), $e); |
93 | 93 | } |
94 | 94 | } |