Docs: Remove an empty line between @param and @return tags in some newly added REST API methods, per the documentation standards.

Follow-up to [48242], [49925], [51003], [51021].

See #52628, #53461.

git-svn-id: https://develop.svn.wordpress.org/trunk@51289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-06-30 18:42:59 +00:00
parent a7804f73e1
commit 3478f645bc
8 changed files with 1 additions and 18 deletions
@@ -1080,7 +1080,6 @@ class WP_REST_Server {
* @param array $handler The matched route handler.
* @param string $route The matched route regex.
* @param WP_Error|null $response The current error object if any.
*
* @return WP_REST_Response
*/
protected function respond_to_request( $request, $route, $handler, $response ) {