Skip to content

Commit

Permalink
Add since docblock to REST response
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Feb 5, 2024
1 parent b444492 commit e035dd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public function get_item( $request ) {
* @since 5.5.0
* @since 5.9.0 Renamed `$block_type` to `$item` to match parent class for PHP 8 named parameter support.
* @since 6.3.0 Added `selectors` field.
* @since 6.5.0 Added `view_script_module_ids` field.
*
* @param WP_Block_Type $item Block type data.
* @param WP_REST_Request $request Full details about the request.
Expand Down

0 comments on commit e035dd5

Please sign in to comment.