@@ -145,7 +145,7 @@ |
||
| 145 | 145 | * @param string $url URL of the content to be embedded. |
| 146 | 146 | * @param array $atts Shortcode attributes. |
| 147 | 147 | * |
| 148 | - * @return array $params Array of parameters to be used in Instagram query. |
|
| 148 | + * @return string $params Array of parameters to be used in Instagram query. |
|
| 149 | 149 | */ |
| 150 | 150 | function jetpack_instagram_get_allowed_parameters( $url, $atts = array() ) { |
| 151 | 151 | global $content_width; |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | * Get Stats Options. |
| 291 | 291 | * |
| 292 | 292 | * @access public |
| 293 | - * @param mixed $option Option. |
|
| 293 | + * @param string $option Option. |
|
| 294 | 294 | * @return mixed|null. |
| 295 | 295 | */ |
| 296 | 296 | function stats_get_option( $option ) { |
@@ -744,7 +744,7 @@ discard block |
||
| 744 | 744 | * Stats Convert Chart URLs. |
| 745 | 745 | * |
| 746 | 746 | * @access public |
| 747 | - * @param mixed $html HTML. |
|
| 747 | + * @param string $html HTML. |
|
| 748 | 748 | * @return string |
| 749 | 749 | */ |
| 750 | 750 | function stats_convert_chart_urls( $html ) { |
@@ -1414,7 +1414,7 @@ discard block |
||
| 1414 | 1414 | * |
| 1415 | 1415 | * @access public |
| 1416 | 1416 | * @param mixed $get Get. |
| 1417 | - * @param mixed $url URL. |
|
| 1417 | + * @param string $url URL. |
|
| 1418 | 1418 | * @return void |
| 1419 | 1419 | */ |
| 1420 | 1420 | function stats_print_wp_remote_error( $get, $url ) { |
@@ -1556,7 +1556,7 @@ discard block |
||
| 1556 | 1556 | * Stats get remote CSV. |
| 1557 | 1557 | * |
| 1558 | 1558 | * @access public |
| 1559 | - * @param mixed $url URL. |
|
| 1559 | + * @param string $url URL. |
|
| 1560 | 1560 | * @return array |
| 1561 | 1561 | */ |
| 1562 | 1562 | function stats_get_remote_csv( $url ) { |
@@ -253,7 +253,7 @@ |
||
| 253 | 253 | * |
| 254 | 254 | * The list includes an empty string, which is used when no icon should be displayed. |
| 255 | 255 | * |
| 256 | - * @return array The list of supported icons. |
|
| 256 | + * @return string[] The list of supported icons. |
|
| 257 | 257 | */ |
| 258 | 258 | public function get_supported_icons() { |
| 259 | 259 | return array( |