Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Authentication / Provider / authentication-provider.php.twig
index 4be10111b8e1652a1dc9b18c2cc20ce910d6d428..c516d0511317e80be1bb84cf469be9764e34f5c3 100644 (file)
@@ -21,8 +21,6 @@ use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
 {% block class_declaration %}
 /**
  * Class {{ class }}.
- *
- * @package Drupal\{{module}}\Authentication\Provider
  */
 class {{ class }} implements AuthenticationProviderInterface {% endblock %}
 {% block class_variables %}