File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Constraints </guides/validator/constraints>`.
238
238
Creating Form Fields Automatically
239
239
----------------------------------
240
240
241
- If you use Doctrine 2 or Symfony's ``Validator ``, Symfony already knows quite
241
+ If you use Doctrine2 or Symfony's ``Validator ``, Symfony already knows quite
242
242
a lot about your domain classes. It knows which data type is used to persist
243
243
a property in the database, what validation constraints the property has etc.
244
244
The Form component can use this information to "guess" which field type should
@@ -353,4 +353,4 @@ Symfony2 comes with the following helpers:
353
353
Form rendering is covered in detail in :doc: `Forms in Templates <view >`.
354
354
355
355
Congratulations! You just created your first fully-functional form with
356
- Symfony2.
356
+ Symfony2.
You can’t perform that action at this time.
0 commit comments