Completed
Pull Request — master (#16699)
by Gary
16:33 queued 08:05
created
_inc/lib/class-jetpack-tweetstorm-helper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -220,6 +220,7 @@
 block discarded – undo
220 220
 	 * Extracts the tweetable text from a block.
221 221
 	 *
222 222
 	 * @param array $block The block, as represented in the block editor.
223
+	 * @return string
223 224
 	 */
224 225
 	private static function extract_text_from_block( $block ) {
225 226
 		if ( empty( self::$supported_blocks[ $block['name'] ] ) ) {
Please login to merge, or discard this patch.