mirror of
https://github.com/dg/dibi.git
synced 2025-08-21 05:11:49 +02:00
cs whitespace
This commit is contained in:
@@ -13,6 +13,7 @@ function buildPdoDriver(?int $errorMode)
|
||||
if ($errorMode !== null) {
|
||||
$pdo->setAttribute(PDO::ATTR_ERRMODE, $errorMode);
|
||||
}
|
||||
|
||||
new Dibi\Drivers\PdoDriver(['resource' => $pdo]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user