Completed
Branch master (404876)
by Shagiakhmetov
03:47
created
Category
src/Shagtv/DBAL/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         if (null === $this->Conn) {
32 32
             $config = new Configuration();
33
-            $connectionParams = ['url' => $this->connection_string];
33
+            $connectionParams = [ 'url' => $this->connection_string ];
34 34
             $this->Conn = DriverManager::getConnection($connectionParams, $config);
35 35
         }
36 36
 
Please login to merge, or discard this patch.