]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/security/LoginManager.php
Add strict types for bookmarks management
[github/shaarli/Shaarli.git] / application / security / LoginManager.php
index d74c3118c4eded1713a339ebc824d1978c83f93d..65048f10668cb1217070acebe1a5f981e7dfa346 100644 (file)
@@ -118,7 +118,7 @@ class LoginManager
      *
      * @return true when the user is logged in, false otherwise
      */
-    public function isLoggedIn()
+    public function isLoggedIn(): bool
     {
         if ($this->openShaarli) {
             return true;