From 57b7a9543db973f5ee937b5f7bca37c8369816a8 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 30 Mar 2020 17:07:32 +0200 Subject: [PATCH] Simplifying the code block Second attempt of https://github.com/symfony/symfony-docs/pull/13446 Still don't know what went wrong with the RST syntax (I did keep the `::` in the first commit last time), so I'm trying it step after step now. --- form/form_collections.rst | 1 - 1 file changed, 1 deletion(-) 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) {