Explorar o código

[DependencyInjection] Typo in Container

"freezed" should be "frozen".
Igor Wiedler %!s(int64=14) %!d(string=hai) anos
pai
achega
d1bc959fc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/DependencyInjection/Container.php

+ 1 - 1
src/Symfony/Component/DependencyInjection/Container.php

@@ -75,7 +75,7 @@ class Container implements ContainerInterface
      * This method does two things:
      *
      *  * Parameter values are resolved;
-     *  * The parameter bag is freezed.
+     *  * The parameter bag is frozen.
      */
     public function freeze()
     {