Passed
Push — main ( 1f925a...20361b )
by Thierry
04:43 queued 02:11
created
src/Db/AppDriver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.
Please login to merge, or discard this patch.