diff --git a/form/form_collections.rst b/form/form_collections.rst index 6efb88d9fa7..c23e7d74c74 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -249,7 +249,6 @@ add the ``allow_add`` option to your collection field:: // src/Form/TaskType.php // ... - use Symfony\Component\Form\FormBuilderInterface; public function buildForm(FormBuilderInterface $builder, array $options) {