Skip to content

Commit

Permalink
Merge pull request #1145 from crstauf/phpcs/ActionScheduler_FinishedA…
Browse files Browse the repository at this point in the history
…ction.php

PHPCS: `classes/actions/ActionScheduler_FinishedAction.php`
  • Loading branch information
barryhughes authored Oct 29, 2024
2 parents 6f84f7e + bcc10bc commit 458e448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/actions/ActionScheduler_FinishedAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function execute() {
* Get finished state.
*/
public function is_finished() {
return TRUE;
return true;
}
}

0 comments on commit 458e448

Please sign in to comment.