Completed
Push — master ( ecbc45...23e4d4 )
by Jared
44s queued 14s
created
src/Driver/DatabaseDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.