[Security/Http] Don't mark AbstractAuthenticationListener as internal

This commit is contained in:
Nicolas Grekas 2019-07-22 19:05:35 +02:00
parent 950306adaa
commit 5a14b7e039

View File

@ -48,8 +48,6 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*
* @internal since Symfony 4.3
*/
abstract class AbstractAuthenticationListener implements ListenerInterface
{