]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Security/Logout.php
Changes:
[friendica.git] / src / Module / Security / Logout.php
index e50599407b9e395a94cd650df1859760eca2da32..37f4cab371ad3af87f1573104d51ae7408987051 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,8 +44,7 @@ class Logout extends BaseModule
        protected $cache;
        /** @var Cookie */
        protected $cookie;
-       /** @var IHandleUserSessions
-        */
+       /** @var IHandleUserSessions */
        protected $session;
 
        public function __construct(L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, Response $response, ICanCache $cache, Cookie $cookie, IHandleUserSessions $session, array $server, array $parameters = [])