Completed
Push — update/show-recurring-payments... ( 19795f...e347b9 )
by
unknown
07:40
created
_inc/lib/components.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,8 +111,8 @@
 block discarded – undo
111 111
 	 *
112 112
 	 * @since 7.7.0
113 113
 	 *
114
-	 * @param array $props Component properties.
115 114
 	 *
115
+	 * @param string $block_name
116 116
 	 * @return string The component markup
117 117
 	 */
118 118
 	public static function render_stripe_nudge( $block_name ) {
Please login to merge, or discard this patch.
modules/memberships/class-jetpack-memberships.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
 	 * @param array $post_types - other post types.
194 194
 	 *
195 195
 	 * @see hook 'rest_api_allowed_post_types'
196
-	 * @return array
196
+	 * @return string[]
197 197
 	 */
198 198
 	public function allow_rest_api_types( $post_types ) {
199 199
 		$post_types[] = self::$post_type_plan;
@@ -250,7 +250,6 @@  discard block
 block discarded – undo
250 250
 	/**
251 251
 	 * Callback that parses the membership purchase shortcode.
252 252
 	 *
253
-	 * @param array  $attrs - attributes in the shortcode. `id` here is the CPT id of the plan.
254 253
 	 * @param string $content - Recurring Payment block content.
255 254
 	 *
256 255
 	 * @return string|void
Please login to merge, or discard this patch.