mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 04:35:12 +01:00
Psalm fixes
This commit is contained in:
parent
87b1715e15
commit
1be10b4311
@ -74,6 +74,7 @@ final class Mysql
|
||||
);
|
||||
}
|
||||
|
||||
assert($config instanceof MysqlConfig);
|
||||
self::$connections[$dbKey] = [
|
||||
new MysqlConnectionPool($config, $settings->getMaxConnections(), $settings->getIdleTimeout()),
|
||||
$pdo
|
||||
|
Loading…
Reference in New Issue
Block a user