Skip to content

Commit 4ec5b5d

Browse files
minor #23048 [Form][FrameworkBundle] Remove non-existing arg for data_collector.form (ogizanagi)
This PR was merged into the 3.2 branch. Discussion ---------- [Form][FrameworkBundle] Remove non-existing arg for data_collector.form | Q | A | ------------- | --- | Branch? | 3.2 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- 479895f [Form][FrameworkBundle] Remove non-existing arg for data_collector.form
2 parents 8606663 + 5c70cec commit 4ec5b5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Resources/config/form_debug.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<service id="data_collector.form" class="Symfony\Component\Form\Extension\DataCollector\FormDataCollector">
2525
<tag name="data_collector" template="@WebProfiler/Collector/form.html.twig" id="form" priority="310" />
2626
<argument type="service" id="data_collector.form.extractor" />
27-
<argument>false</argument>
2827
</service>
2928
</services>
3029
</container>

0 commit comments

Comments
 (0)