Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48102


git-svn-id: http://core.svn.wordpress.org/trunk@47871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-06-20 11:18:09 +00:00
parent afe406b82e
commit a576a13246
30 changed files with 79 additions and 106 deletions

View File

@@ -161,7 +161,6 @@ class WP_REST_Users_Controller extends WP_REST_Controller {
* @param int|bool $value The value passed to the reassign parameter.
* @param WP_REST_Request $request Full details about the request.
* @param string $param The parameter that is being sanitized.
*
* @return int|bool|WP_Error
*/
public function check_reassign( $value, $request, $param ) {