Skip to content

Commit

Permalink
Merge pull request #1116 from crstauf/phpcs/ActionScheduler_AsyncRequ…
Browse files Browse the repository at this point in the history
…est_QueueRunner.php

PHPCS: `classes/ActionScheduler_AsyncRequest_QueueRunner.php`
  • Loading branch information
barryhughes authored Oct 22, 2024
2 parents f7b2ece + 3f3c96f commit 28b528b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/ActionScheduler_AsyncRequest_QueueRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,20 @@ class ActionScheduler_AsyncRequest_QueueRunner extends WP_Async_Request {
* Data store for querying actions
*
* @var ActionScheduler_Store
* @access protected
*/
protected $store;

/**
* Prefix for ajax hooks
*
* @var string
* @access protected
*/
protected $prefix = 'as';

/**
* Action for ajax hooks
*
* @var string
* @access protected
*/
protected $action = 'async_request_queue_runner';

Expand Down

0 comments on commit 28b528b

Please sign in to comment.