Pascal Borreli преди 15 години
родител
ревизия
7d106aa80e

+ 2 - 2
src/Symfony/Components/OutputEscaper/GetterDecorator.php

@@ -40,8 +40,8 @@ abstract class GetterDecorator extends Escaper
    * Typically (using this implementation) the raw value is obtained using the
    * {@link getRaw()} method, escaped and the result returned.
    *
-   * @param  string $key             The key to retieve
-   * @param  string $escaper  The escaping method (a PHP function) to use
+   * @param  string $key     The key to retrieve
+   * @param  string $escaper The escaping method (a PHP function) to use
    *
    * @return mixed The escaped value
    */

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/DependencyInjection/DoctrineExtension.php

@@ -329,7 +329,7 @@ class DoctrineExtension extends LoaderExtension
   }
 
   /**
-   * Returns the recommanded alias to use in XML.
+   * Returns the recommended alias to use in XML.
    *
    * This alias is also the mandatory prefix to use when using YAML.
    *

+ 1 - 1
src/Symfony/Framework/WebBundle/Helper/UserHelper.php

@@ -39,7 +39,7 @@ class UserHelper extends Helper
    * Returns a user attribute
    *
    * @param string $name    The attribute name
-   * @param mixed  $default The defaut value
+   * @param mixed  $default The default value
    *
    * @return mixed
    */

+ 1 - 1
src/Symfony/Framework/WebBundle/User.php

@@ -54,7 +54,7 @@ class User
    * Returns a user attribute
    *
    * @param string $name    The attribute name
-   * @param mixed  $default The defaut value
+   * @param mixed  $default The default value
    *
    * @return mixed
    */