From ba57f58228fcd0a3f9ac88612f178b6126755c45 Mon Sep 17 00:00:00 2001 From: Davis Shaver Date: Fri, 13 Dec 2024 11:31:46 -0500 Subject: [PATCH] chore: cleanup comments --- includes/api/class-webhook-controller.php | 2 +- includes/class-notifications.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */