Passed
Push — master ( 5a2f47...378dcb )
by Maike
04:22
created
lib/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
                 'charset' => $this->_charset[$connectionName],
158 158
                 'schema' => $this->_schema[$connectionName]
159 159
             ];
160
-        } else {
160
+        }else {
161 161
             throw new \Exception("The connection name $connectionName is not set.");
162 162
         }
163 163
 
Please login to merge, or discard this patch.