Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 21, 2023
1 parent 1be10b4 commit ae20f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Db/Driver/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function getConnection(DatabaseMysql $settings): array
);
}

assert($config instanceof MysqlConfig);
\assert($config instanceof MysqlConfig);
self::$connections[$dbKey] = [
new MysqlConnectionPool($config, $settings->getMaxConnections(), $settings->getIdleTimeout()),
$pdo
Expand Down

0 comments on commit ae20f7f

Please sign in to comment.