Completed
Push — 161-improved-credential-encryp... ( fc3bb4 )
by Armando
01:57
created
wp-to-diaspora.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.