@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | * |
333 | 333 | * @param array $links Links to display for plugin on plugins page. |
334 | 334 | * |
335 | - * @return array Links to display for plugin on plugins page. |
|
335 | + * @return string[] Links to display for plugin on plugins page. |
|
336 | 336 | */ |
337 | 337 | public function settings_link( $links ) { |
338 | 338 | $links[] = '<a href="' . admin_url( 'options-general.php?page=wp_to_diaspora' ) . '">' . __( 'Settings' ) . '</a>'; |
@@ -407,7 +407,7 @@ discard block |
||
407 | 407 | /** |
408 | 408 | * Check the pod connection status. |
409 | 409 | * |
410 | - * @return bool The status of the connection. |
|
410 | + * @return boolean|null The status of the connection. |
|
411 | 411 | */ |
412 | 412 | private function _check_pod_connection_status() { |
413 | 413 | $options = WP2D_Options::instance(); |