From aec8e2605829269ca3edcdc7f3f381a0f4d53296 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sat, 23 Nov 2024 11:12:46 +0100 Subject: [PATCH] Remove unused property in LoginFormAuthenticator --- src/SiteConfig/Authenticator/LoginFormAuthenticator.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SiteConfig/Authenticator/LoginFormAuthenticator.php b/src/SiteConfig/Authenticator/LoginFormAuthenticator.php index 3292e79c6..8714f1e2a 100644 --- a/src/SiteConfig/Authenticator/LoginFormAuthenticator.php +++ b/src/SiteConfig/Authenticator/LoginFormAuthenticator.php @@ -11,9 +11,6 @@ use Wallabag\SiteConfig\SiteConfig; class LoginFormAuthenticator implements Authenticator { - /** @var \GuzzleHttp\Client */ - protected $guzzle; - /** @var SiteConfig */ private $siteConfig;