]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/AppDouble.php
Merge pull request #12516 from annando/api-report
[friendica.git] / tests / Util / AppDouble.php
index 1288ec68be4010a1661d15ade2b5fc3f684792df..28689425a2f5c639b7c46788ada2e263a7bdd54e 100644 (file)
@@ -43,7 +43,7 @@ class AppDouble extends App
                $this->isLoggedIn = $isLoggedIn;
        }
 
-       public function isLoggedIn()
+       public function isLoggedIn(): bool
        {
                return $this->isLoggedIn;
        }