Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / cache-context.php.twig
index 5445fb3bf7be4c139693048d414a6111c13f2ca7..87a7b4c1978b6c46ce0709cdb0d462490f8fdd08 100644 (file)
@@ -16,8 +16,6 @@ use Drupal\Core\Cache\Context\CacheContextInterface;
 {% block class_declaration %}
 /**
 * Class {{ class }}.
-*
-* @package Drupal\{{module}}
 */
 class {{ class }} implements CacheContextInterface {% endblock %}