Просмотр исходного кода

merged branch dlondero/master (PR #1524)

Commits
-------

7dd8dd7 Fixed @Return comment for getAcceptableContentTypes() method.

Discussion
----------

Changed return comment fot getAcceptableContentTypes() method

Fixed @Return comment for getAcceptableContentTypes() method.
Fabien Potencier 14 лет назад
Родитель
Сommit
f5dd7a15f2
1 измененных файлов с 1 добавлено и 1 удалено
  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()
     {