diff --git a/includes/api/class-webhook-controller.php b/includes/api/class-webhook-controller.php index 90d23e8..73aa980 100644 --- a/includes/api/class-webhook-controller.php +++ b/includes/api/class-webhook-controller.php @@ -101,7 +101,7 @@ public function validate_webhook( $request ) { return new WP_Error( 'invalid_notification_details', 'Invalid notification details', [ 'status' => 400 ] ); } - // @TODO We should process the signature here. + // @TODO We should process the signature here. return true; } diff --git a/includes/class-notifications.php b/includes/class-notifications.php index 0587e34..76b5639 100644 --- a/includes/class-notifications.php +++ b/includes/class-notifications.php @@ -13,7 +13,7 @@ class Notifications { /** - * The option name for the notifications. + * The option name for the notification subscriptions. * * @var string */