mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Fixed incompatible types
This commit is contained in:
parent
88c40f3336
commit
51f43278d6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class AppDouble extends App
|
|||
$this->isLoggedIn = $isLoggedIn;
|
||||
}
|
||||
|
||||
public function isLoggedIn()
|
||||
public function isLoggedIn(): bool
|
||||
{
|
||||
return $this->isLoggedIn;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue