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

View file

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