Browse Source

[Form] Fixed a typo in AbstractType phpdoc

Pierre-Yves LEBECQ 13 years ago
parent
commit
e88ecbbbfd
1 changed files with 3 additions and 3 deletions
  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.
      * 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.
      * top most type.
      * Type extensions can further modify the form.
      * Type extensions can further modify the form.
      *
      *
@@ -40,7 +40,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 form the
+     * This method gets called for each type in the hierarchy starting from the
      * top most type.
      * top most type.
      * Type extensions can further modify the view.
      * Type extensions can further modify the view.
      *
      *
@@ -56,7 +56,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 form the
+     * This method gets called for each type in the hierarchy starting from the
      * top most type.
      * top most type.
      * Type extensions can further modify the view.
      * Type extensions can further modify the view.
      *
      *