fix: phpstan level=6
This commit is contained in:
parent
acbf2c847d
commit
48269bd424
41 changed files with 324 additions and 347 deletions
|
|
@ -5,8 +5,8 @@ use ctiso\Database\Statement;
|
|||
|
||||
interface UserInterface {
|
||||
function getUserByQuery(Statement $stmt);
|
||||
function getUserByLogin($login);
|
||||
function getUserById($id);
|
||||
function getUserByLogin(string $login);
|
||||
function getUserById(int $id);
|
||||
function getName();
|
||||
function setSID($random, $result);
|
||||
function setSID(string $random, $result);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue