Passed
Push — main ( 3c706c...efa972 )
by Thierry
07:51 queued 05:53
created
src/Driver.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,7 @@
 block discarded – undo
85 85
         $connection = null;
86 86
         if (extension_loaded("pdo_sqlite")) {
87 87
             $connection = new Db\Pdo\Connection($this, $this->util, $this->trans, 'PDO_SQLite');
88
-        }
89
-        else {
88
+        } else {
90 89
             throw new AuthException($this->trans->lang('No package installed to open a Sqlite database.'));
91 90
         }
92 91
 
Please login to merge, or discard this patch.