Skip to content

Commit

Permalink
Correct @param type.
Browse files Browse the repository at this point in the history
  • Loading branch information
barryhughes authored Nov 1, 2024
1 parent f0fd32d commit 9c65d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/abstracts/ActionScheduler_Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ protected function get_scheduled_date_string( ActionScheduler_Action $action, ?D
/**
* Get the time MySQL formatted date/time string for an action's (next) scheduled date.
*
* @param ActionScheduler_Action|null $action Action.
* @param ActionScheduler_Action $action Action.
* @param null|DateTime $scheduled_date Action's scheduled date (optional).
* @return string
*/
Expand Down

0 comments on commit 9c65d1c

Please sign in to comment.