Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / service-interface.php.twig
index 6177ec8da273e3136f0b0fd2bfb3a29968812d09..9989f83e48d465bbae76856821d8e6b053d3884f 100644 (file)
@@ -11,7 +11,5 @@ namespace Drupal\{{module}};
 {% block interface_declaration %}
 /**
  * Interface {{ interface }}.
- *
- * @package Drupal\{{module}}
  */
 interface {{ interface }} {% endblock %}