@@ -1264,7 +1264,6 @@ |
||
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 | */ |
@@ -86,7 +86,7 @@ |
||
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/' ) ) { |
@@ -45,7 +45,7 @@ |
||
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. |