Completed
Push — renovate/wp-coding-standards-w... ( 8dda85...dd8c2f )
by
unknown
26:33 queued 17:33
created
modules/publicize/ui.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,6 +346,9 @@  discard block
 block discarded – undo
346 346
 		</div><?php
347 347
 	}
348 348
 
349
+	/**
350
+	 * @param string $service_name
351
+	 */
349 352
 	public static function options_page_other( $service_name ) {
350 353
 		// Nonce check
351 354
 		check_admin_referer( "options_page_{$service_name}_" . $_REQUEST['connection'] );
@@ -769,7 +772,7 @@  discard block
 block discarded – undo
769 772
 	 *
770 773
 	 * @param array $connections_data
771 774
 	 *
772
-	 * @return array {
775
+	 * @return string {
773 776
 	 *     Array of content for generating connection form.
774 777
 	 *
775 778
 	 *     @type string HTML content of form
@@ -872,6 +875,9 @@  discard block
 block discarded – undo
872 875
 		return ob_get_clean();
873 876
 	}
874 877
 
878
+	/**
879
+	 * @return string
880
+	 */
875 881
 	private function google_plus_shut_down_notice() {
876 882
 		return wp_kses(
877 883
 			sprintf(
Please login to merge, or discard this patch.