Explorar o código

Fixed @Return comment for getAcceptableContentTypes() method.

Daniel Londero %!s(int64=14) %!d(string=hai) anos
pai
achega
7dd8dd7699
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

@@ -877,7 +877,7 @@ class Request
     /**
      * Gets a list of content types acceptable by the client browser
      *
-     * @return array Languages ordered in the user browser preferences
+     * @return array List of content types in preferable order
      */
     public function getAcceptableContentTypes()
     {