minor #11106 Minor doc fix in FormTypeInterface (hansnilsson)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #11106).

Discussion
----------

Minor doc fix in FormTypeInterface

Commits
-------

bf21d1a Minor doc fix.
This commit is contained in:
Fabien Potencier 2014-06-12 11:58:07 +02:00
commit c150409d04

View File

@ -21,7 +21,7 @@ interface FormTypeInterface
/** /**
* Builds the form. * Builds the form.
* *
* This method is called for each type in the hierarchy starting form the * This method is called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the form. * top most type. Type extensions can further modify the form.
* *
* @see FormTypeExtensionInterface::buildForm() * @see FormTypeExtensionInterface::buildForm()
@ -34,7 +34,7 @@ interface FormTypeInterface
/** /**
* Builds the form view. * Builds the form view.
* *
* This method is called for each type in the hierarchy starting form the * This method is called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the view. * top most type. Type extensions can further modify the view.
* *
* A view of a form is built before the views of the child forms are built. * A view of a form is built before the views of the child forms are built.
@ -52,7 +52,7 @@ interface FormTypeInterface
/** /**
* Finishes the form view. * Finishes the form view.
* *
* This method gets called for each type in the hierarchy starting form the * This method gets called for each type in the hierarchy starting from the
* top most type. Type extensions can further modify the view. * top most type. Type extensions can further modify the view.
* *
* When this method is called, views of the form's children have already * When this method is called, views of the form's children have already