@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @param $metabox_ids |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | function add_pll_metaboxes ($metabox_ids) { |
50 | 50 | $metabox_ids[] = 'ml_box'; |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @param $metabox_ids |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | function add_pll_metaboxes ($metabox_ids) { |
50 | 50 | $metabox_ids[] = 'ml_box'; |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @param $metabox_ids |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | function add_pll_metaboxes ($metabox_ids) { |
50 | 50 | $metabox_ids[] = 'ml_box'; |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @param $metabox_ids |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | function add_pll_metaboxes ($metabox_ids) { |
50 | 50 | $metabox_ids[] = 'ml_box'; |
@@ -523,7 +523,7 @@ |
||
523 | 523 | |
524 | 524 | /** |
525 | 525 | * Get the fields that we want to edit for a gallery from the album management page |
526 | - * @param $gallery FooGallery |
|
526 | + * @param FooGallery $gallery FooGallery |
|
527 | 527 | * |
528 | 528 | * @return mixed|void |
529 | 529 | */ |
@@ -193,7 +193,7 @@ |
||
193 | 193 | * Helper to get an argument value from an array arguments |
194 | 194 | * |
195 | 195 | * @param $args Array the array of arguments to search |
196 | - * @param $key string the key of the argument you are looking for |
|
196 | + * @param string $key string the key of the argument you are looking for |
|
197 | 197 | * @param $default string a default value if the argument is not found |
198 | 198 | * |
199 | 199 | * @return string |