Skip to content

Commit

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

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

0 comments on commit 1be10b4

Please sign in to comment.