Fixed incompatible types
This commit is contained in:
parent
88c40f3336
commit
51f43278d6
|
@ -43,7 +43,7 @@ class AppDouble extends App
|
||||||
$this->isLoggedIn = $isLoggedIn;
|
$this->isLoggedIn = $isLoggedIn;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isLoggedIn()
|
public function isLoggedIn(): bool
|
||||||
{
|
{
|
||||||
return $this->isLoggedIn;
|
return $this->isLoggedIn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue