Fixed incompatible types

This commit is contained in:
Roland Häder 2022-06-17 18:00:06 +02:00
parent 88c40f3336
commit 51f43278d6
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class AppDouble extends App
$this->isLoggedIn = $isLoggedIn;
}
public function isLoggedIn()
public function isLoggedIn(): bool
{
return $this->isLoggedIn;
}