Passed
Push — main ( 0045ac...21c3d8 )
by Thierry
08:18 queued 01:36
created
src/Db/Server.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         // !!! Caching and slow query handling are temporarily disabled !!!
21 21
         $query = $this->driver->minVersion(5) ?
22
-            'SELECT SCHEMA_NAME FROM information_schema.SCHEMATA ORDER BY SCHEMA_NAME' :
23
-            'SHOW DATABASES';
22
+            'SELECT SCHEMA_NAME FROM information_schema.SCHEMATA ORDER BY SCHEMA_NAME' : 'SHOW DATABASES';
24 23
         return $this->driver->values($query);
25 24
 
26 25
         // SHOW DATABASES can take a very long time so it is cached
Please login to merge, or discard this patch.