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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user