Explorar o código

[HttpFoundation] fixed wrong method name

hidenorigoto %!s(int64=14) %!d(string=hai) anos
pai
achega
1e78ec395c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/HttpFoundation/Request.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/Request.php

@@ -126,7 +126,7 @@ class Request
      *
      *
      * @return Request A new request
      * @return Request A new request
      */
      */
-    static public function createfromGlobals()
+    static public function createFromGlobals()
     {
     {
         return new static($_GET, $_POST, array(), $_COOKIE, $_FILES, $_SERVER);
         return new static($_GET, $_POST, array(), $_COOKIE, $_FILES, $_SERVER);
     }
     }