Passed
Pull Request — master (#52)
by
unknown
06:05
created
src/Connectors/ConnectionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @throws \InvalidArgumentException
28 28
      */
29
-    protected function createConnection(string $driver, \PDO|\Closure $connection, string $database, string $prefix = '', array $config = []): \Illuminate\Database\Connection
29
+    protected function createConnection(string $driver, \PDO | \Closure $connection, string $database, string $prefix = '', array $config = []): \Illuminate\Database\Connection
30 30
         if ($driver !== 'singlestore' && $resolver = Connection::getResolver($driver)) {
31 31
             return $resolver($connection, $database, $prefix, $config); // @codeCoverageIgnore
32 32
         }
Please login to merge, or discard this patch.