@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * The list is in the order to look for the templates that store the content. |
| 97 | 97 | * |
| 98 | 98 | * @since 1.6.0 |
| 99 | - * @return array |
|
| 99 | + * @return string[] |
|
| 100 | 100 | */ |
| 101 | 101 | function alnp_get_locations() { |
| 102 | 102 | return array( |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | * @since 1.6.0 |
| 123 | 123 | * @param string $post_type |
| 124 | 124 | * @param string $post_format |
| 125 | - * @return array |
|
| 125 | + * @return string[] |
|
| 126 | 126 | */ |
| 127 | 127 | function alnp_get_templates( $post_type = 'post', $post_format = '' ) { |
| 128 | 128 | $get_standard = array( |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @access public |
| 36 | 36 | * @static |
| 37 | 37 | * @since 1.0 |
| 38 | - * @param array $plugin Plugin data |
|
| 38 | + * @param array $plugins Plugin data |
|
| 39 | 39 | */ |
| 40 | 40 | public static function init( $plugins ) { |
| 41 | 41 | ?> |