diff --git a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Form/EntityNestedForm.php b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Form/EntityNestedForm.php index 4e7bf19..93d0773 100644 --- a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Form/EntityNestedForm.php +++ b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Form/EntityNestedForm.php @@ -8,7 +8,6 @@ namespace Drupal\field_test\Form; use Drupal\Core\Form\FormBase; -use Symfony\Component\HttpFoundation\Request; use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\Core\Entity\EntityInterface; @@ -25,12 +24,6 @@ public static function create(ContainerInterface $container) { } /** - * Constructs an EntityNestedForm object. - */ - public function __construct() { - } - - /** * {@inheritdoc} */ public function getFormID() {