Skip to content

Commit

Permalink
Additional docblock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Nov 21, 2023
1 parent d2567d0 commit acb1ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/models/class-llms-rest-webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ protected function is_valid_user_action( $user_id ) {
* @since 1.0.0-beta.1
* @since 1.0.0-beta.17 Mark this hook's first argument as processed to ensure it doesn't get processed again within the current request.
* And don't rely anymore on the webhook's `pending_delivery` property to achieve the same goal.
* @since [version] Updated the processed flag to use all arguments of `$args`.
* @since [version] Remove the processed flag as the ActionScheduler prevents multiple additions of the same hook.
*
* @param mixed ...$args Arguments from the hook.
* @return int|false Timestamp of the scheduled event when the webhook is successfully scheduled.
Expand Down Expand Up @@ -399,6 +399,7 @@ public function ping() {
* Determines if an originating action qualifies for webhook delivery
*
* @since 1.0.0-beta.1
* @since [verison] Removed the "is already processed" check since ActionScheduler prevents duplicates.
*
* @param array $args Numeric array of arguments from the originating hook.
* @return bool
Expand Down

0 comments on commit acb1ec5

Please sign in to comment.