Fixed buildViewBottomUp docs

This commit is contained in:
parhs 2012-07-21 00:54:17 +03:00
parent 112a51392a
commit 5bfc25e6b3

View File

@ -57,7 +57,7 @@ abstract class AbstractType implements FormTypeInterface
* Builds the form view. * Builds the form view.
* *
* This method gets called for each type in the hierarchy starting from the * This method gets called for each type in the hierarchy starting from the
* top most type. * bottommost type.
* Type extensions can further modify the view. * Type extensions can further modify the view.
* *
* Children views have been built while this method gets called so you get * Children views have been built while this method gets called so you get