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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user