implement feeback

This commit is contained in:
Philipp 2022-10-25 08:07:42 +02:00
parent b5bc1b0844
commit f03c5c7f89
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 5 additions and 6 deletions

View file

@ -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 = [])