소스 검색

[Translation] Fixed phpdoc, thx Koc

pborreli 14 년 전
부모
커밋
80868f1712
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Symfony/Component/Translation/MessageCatalogueInterface.php

+ 2 - 0
src/Symfony/Component/Translation/MessageCatalogueInterface.php

@@ -29,6 +29,8 @@ interface MessageCatalogueInterface
 
     /**
      * Gets the domains.
+     *
+     * @return array An array of domains
      */
     function getDomains();