Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / event-subscriber.php.twig
index d936b36cf479e9974f9499263294b1e668e5c312..e79389234e2f4aa588b8828b42d117d60472b2c6 100644 (file)
@@ -16,8 +16,6 @@ use Symfony\Component\EventDispatcher\Event;
 {% block class_declaration %}
 /**
  * Class {{ class }}.
- *
- * @package Drupal\{{module}}
  */
 class {{ class }} implements EventSubscriberInterface {% endblock %}