mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
Changes:
- added more type-hints - DBStructure::existsTable() does no longer need array support for table name because this is no longer used (good work!)
This commit is contained in:
parent
2c5685c89c
commit
7bb0cb5323
3 changed files with 130 additions and 117 deletions
|
@ -656,7 +656,7 @@ class Installer
|
|||
* @return bool true if the check was successful, otherwise false
|
||||
* @throws Exception
|
||||
*/
|
||||
public function checkDB(Database $dba)
|
||||
public function checkDB(Database $dba): bool
|
||||
{
|
||||
$dba->reconnect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue