Phan and phpstan fixes

Note that ACL\Login FIXME will be fixed later do not change any current
functionality
This commit is contained in:
Clemens Schwaighofer
2022-03-16 09:01:33 +09:00
parent 38903020fb
commit 105e0d69a1
7 changed files with 29 additions and 16 deletions

View File

@@ -1357,7 +1357,7 @@ class IO
/**
* All possible parameter names for dbVersionInfo
* @return array List of all parameter names
* @return array<mixed> List of all parameter names
*/
public function dbVersionInfoParameters(): array
{
@@ -2870,7 +2870,7 @@ class IO
*/
public function dbGetInsertPKName(): string
{
return $this->insert_id_pk_name ?? '';
return $this->insert_id_pk_name;
}
/**