Skip to content

Commit

Permalink
merged branch pylebecq/master (PR symfony#1958)
Browse files Browse the repository at this point in the history
Commits
-------

e88ecbb [Form] Fixed a typo in AbstractType phpdoc

Discussion
----------

[Form] Fixed a typo in AbstractType phpdoc

This PR is a new version of PR symfony#1862.

Original comment :
Hi,
Nothing really awesome, but I fixed a typo in some phpdoc of the AbstractType class.
  • Loading branch information
fabpot committed Aug 14, 2011
2 parents 0b5d87d + e88ecbb commit 3622691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symfony/Component/Form/AbstractType.php
Original file line number Diff line number Diff line change
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 3622691

Please sign in to comment.