Issue #1966210 by ronan.orb: Add types to return docs in standard.inc

8.0.x
Jennifer Hodgdon 2013-04-10 15:11:20 -07:00
parent dedde66e52
commit 5433aad75a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* in ISO 3166-1 alpha-2. Originally from the location project
* (http://drupal.org/project/location).
*
* @return
* @return array
* An array of country code => country name pairs.
*/
function standard_country_list() {
@ -298,7 +298,7 @@ function standard_country_list() {
* make otherwise strange looking PHP syntax natural (to not be displayed in
* right to left). See http://drupal.org/node/128866#comment-528929.
*
* @return
* @return array
* An array of language code to language name information.
* Language name information itself is an array of English and native names.
*/