Skip to content

Commit 1d5966c

Browse files
committed
minor #4703 Fix representation (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix representation It might be just me, but with `unless` it sounds like **if you want to use your forms in multiple places you should define it in your controllers**. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 6a55617 Update forms.rst 3d62349 Fix representation
2 parents aa9d982 + 6a55617 commit 1d5966c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: best_practices/forms.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Building Forms
1313
Define your forms as PHP classes.
1414

1515
The Form component allows you to build forms right inside your controller
16-
code. Honestly, unless you need to reuse the form somewhere else, that's
17-
totally fine. But for organization and reuse, we recommend that you define each
16+
code. This is perfectly fine if you don't need to reuse the form somewhere else.
17+
But for organization and reuse, we recommend that you define each
1818
form in its own PHP class::
1919

2020
namespace AppBundle\Form;

0 commit comments

Comments
 (0)