소스 검색

Fixed @Return comment for getAcceptableContentTypes() method.

Daniel Londero 14 년 전
부모
커밋
7dd8dd7699
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()
     {