Skip to content

Commit 47b5fe2

Browse files
committed
Docs: Docblock improvement in WP_REST_Font_Collections_Controller.
Props viralsampat , mukesh27. Fixes #63744. See #63166. git-svn-id: https://develop.svn.wordpress.org/trunk@60525 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ce9fd87 commit 47b5fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function register_routes() {
6969
*
7070
* @since 6.5.0
7171
*
72+
* @param WP_REST_Request $request Full details about the request.
7273
* @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
7374
*/
7475
public function get_items( $request ) {

0 commit comments

Comments
 (0)