We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d62349 commit 6a55617Copy full SHA for 6a55617
best_practices/forms.rst
@@ -13,8 +13,8 @@ Building Forms
13
Define your forms as PHP classes.
14
15
The Form component allows you to build forms right inside your controller
16
-code. Honestly, if you don't need to reuse the form somewhere else, that's
17
-totally fine. But for organization and reuse, we recommend that you define each
+code. This is perfectly fine if you don't need to reuse the form somewhere else.
+But for organization and reuse, we recommend that you define each
18
form in its own PHP class::
19
20
namespace AppBundle\Form;
0 commit comments