chore: Аннотация типов
This commit is contained in:
parent
f964472e62
commit
cf0bc435ce
19 changed files with 96 additions and 37 deletions
|
|
@ -7,6 +7,6 @@ interface UserInterface {
|
|||
function getUserByQuery(Statement $stmt);
|
||||
function getUserByLogin(string $login);
|
||||
function getUserById(int $id);
|
||||
function getName();
|
||||
function getName(): string;
|
||||
function setSID(string $random, $result);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue