Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Form / entity.php.twig
index 892e9411fc20f59644bb657ec339647a58e4cbc3..0ce40406ac77c16c4a2a52ec9a3466f8db62fe1f 100644 (file)
@@ -16,8 +16,6 @@ use Drupal\Core\Form\FormStateInterface;
 {% block class_declaration %}
 /**
  * Class {{ entity_class }}Form.
- *
- * @package Drupal\{{ module }}\Form
  */
 class {{ entity_class }}Form extends EntityForm {% endblock %}
 {% block class_methods %}