Completed
Push — fix/15570 ( 062524 )
by
unknown
25:19 queued 18:21
created
_inc/lib/class.core-rest-api-endpoints.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -1264,7 +1264,6 @@
 block discarded – undo
1264 1264
 	 *
1265 1265
 	 * @since 4.3.0
1266 1266
 	 *
1267
-	 * @param WP_REST_Request $request The request sent to the WP REST API.
1268 1267
 	 *
1269 1268
 	 * @return object
1270 1269
 	 */
Please login to merge, or discard this patch.
modules/shortcodes/getty.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
  *
87 87
  * @param string $content Post content.
88 88
  *
89
- * @return mixed
89
+ * @return string
90 90
  */
91 91
 function wpcom_shortcodereverse_getty( $content ) {
92 92
 	if ( ! is_string( $content ) || false === stripos( $content, '.gettyimages.com/' ) ) {
Please login to merge, or discard this patch.
packages/connection/src/class-utils.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 	 * @param int    $user_id The user id.
46 46
 	 * @param string $token The user token.
47 47
 	 * @param bool   $is_master_user Whether the user is the master user.
48
-	 * @return bool
48
+	 * @return boolean|null
49 49
 	 */
50 50
 	public static function update_user_token( $user_id, $token, $is_master_user ) {
51 51
 		// Not designed for concurrent updates.
Please login to merge, or discard this patch.