Skip to content

Commit

Permalink
JobSchedule: constructor is private
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 26, 2024
1 parent 90a4f0f commit 59ccdfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Job/JobSchedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ final class JobSchedule

private ?DateTimeZone $timeZone;

private function __construct()
{
// Private
}

/**
* @param int<0, 30> $repeatAfterSeconds
*/
Expand Down

0 comments on commit 59ccdfd

Please sign in to comment.