Kaynağa Gözat

merged branch pylebecq/master (PR #1958)

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 #1862.

Original comment :
Hi,
Nothing really awesome, but I fixed a typo in some phpdoc of the AbstractType class.
Fabien Potencier 13 yıl önce
ebeveyn
işleme
36226913be
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/Symfony/Component/Form/AbstractType.php

+ 3 - 3
src/Symfony/Component/Form/AbstractType.php

@@ -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.
      *
@@ -40,7 +40,7 @@ abstract class AbstractType implements FormTypeInterface
     /**
      * 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.
      *
@@ -56,7 +56,7 @@ abstract class AbstractType implements FormTypeInterface
     /**
      * 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.
      *