- added missing type-hints
- added some missing `@return void`
This commit is contained in:
Roland Häder 2022-09-12 03:54:36 +02:00
commit 241c221e4b
Signed by: roland
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 19 additions and 8 deletions

View file

@ -143,6 +143,7 @@ class TrustedBrowser
/**
* @param int $local_user
*
* @return bool
*/
public function removeAllForUser(int $local_user): bool