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;