diff --git a/src/Http/Controllers/Logout.php b/src/Http/Controllers/Logout.php
index 539a83914a2eae716a52b869b43e2ab42ad8a29b..2866d8a1d1dd271b48220a0b6d0cdcf8ec6c455b 100644
--- a/src/Http/Controllers/Logout.php
+++ b/src/Http/Controllers/Logout.php
@@ -45,20 +45,15 @@ use Symfony\Component\HttpFoundation\Response;
  */
 class Logout
 {
-    protected ModuleConfiguration $moduleConfiguration;
-    protected Session $session;
-    protected LoggerInterface $logger;
     protected string $defaultAuthenticationSource;
     protected Simple $authSimple;
     protected HelpersManager $helpersManager;
-    protected User $user;
     protected SspConfiguration $sspConfiguration;
 
     /**
      * @param ModuleConfiguration $moduleConfiguration
      * @param SspConfiguration $sspConfiguration
-     * @param Session $session The current user session.
-     * @param LoggerInterface $logger
+     * @param Session $session
      * @param Simple|null $authSimple
      * @param HelpersManager|null $helpersManager
      */