Explorar o código

[Foundation] fixed a typo

Pascal Borreli %!s(int64=15) %!d(string=hai) anos
pai
achega
e182853ef0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Foundation/Kernel.php

+ 1 - 1
src/Symfony/Foundation/Kernel.php

@@ -185,7 +185,7 @@ abstract class Kernel
 
   public function getParameters()
   {
-    return $parameters;
+    return $this->parameters;
   }
 
   public function getDefaultParameters()