Skip to content

Commit

Permalink
Corrects docblock in WP_REST_Font_Collections_Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Feb 6, 2024
1 parent 78817e6 commit 2becf2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function get_item( $request ) {
*
* @param WP_Font_Collection $item Font collection object.
* @param WP_REST_Request $request Request object.
* @return WP_REST_Response Response object.
* @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
*/
public function prepare_item_for_response( $item, $request ) {
$fields = $this->get_fields_for_response( $request );
Expand Down

0 comments on commit 2becf2f

Please sign in to comment.