[Guard] remove invalid deprecation notice

This commit is contained in:
Kevin Bond 2017-10-24 15:52:50 -04:00
parent 03b01c36e4
commit 5fb44e767e
No known key found for this signature in database
GPG Key ID: C5242A715A168E24

View File

@ -24,8 +24,6 @@ abstract class AbstractGuardAuthenticator implements AuthenticatorInterface
{
/**
* {@inheritdoc}
*
* @deprecated since version 3.4, to be removed in 4.0
*/
public function supports(Request $request)
{