Skip to content

Commit

Permalink
PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
janboddez committed Feb 10, 2024
1 parent 2f4a340 commit a4e29ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-webmention-receiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public static function register_api_endpoint() {
/**
* Stores incoming webmentions and that's about it.
*
* @param WP_REST_Request $request API request.
* @return WP_REST_Response API response.
* @param \WP_REST_Request $request API request.
* @return \WP_REST_Response API response.
*/
public static function store_webmention( $request ) {
debug_log( '[IndieBlocks/Webmention] Got request: ' . wp_json_encode( $request->get_params() ) );
Expand Down

0 comments on commit a4e29ba

Please sign in to comment.