Skip to content

Commit

Permalink
chore: small PHPDoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Apr 21, 2023
1 parent cdbfa49 commit 5108908
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions includes/restapi/class-notification-controller.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

/**
* REST API controller to get and set notification messages.
* Notifications API:Notification_Controller.
*
* @package wordpress/wp-feature-notifications
*/
Expand All @@ -15,7 +14,7 @@
use WP_REST_Server;

/**
* REST API Controller class
* REST API Notification Controller class
*/
class Notification_Controller extends WP_REST_Controller {

Expand Down Expand Up @@ -80,7 +79,7 @@ public function get_items_permissions_check( $request ) {
/**
* Get notifications for request.
*
* @param WP_REST_Request $request Recieved REST request
* @param WP_REST_Request $request Received REST request
*
* @return WP_REST_RESPONSE|WP_Error REST response or WP Error
*/
Expand Down

0 comments on commit 5108908

Please sign in to comment.