Skip to content

Commit

Permalink
[Form] Fixed a typo in AbstractType phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pylebecq committed Aug 13, 2011
1 parent 0ad6e42 commit e88ecbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symfony/Component/Form/AbstractType.php
Expand Up @@ -24,7 +24,7 @@ abstract class AbstractType implements FormTypeInterface
/**
* Builds the form.
*
* 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 form.
*
Expand All @@ -40,7 +40,7 @@ public function buildForm(FormBuilder $builder, array $options)
/**
* Builds 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.
*
Expand All @@ -56,7 +56,7 @@ public function buildView(FormView $view, FormInterface $form)
/**
* Builds 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.
*
Expand Down

0 comments on commit e88ecbb

Please sign in to comment.