Skip to content

Commit

Permalink
Fix offset range in docblock (#54062)
Browse files Browse the repository at this point in the history
Fixes the incorrect minutes range introduced in #53984.
  • Loading branch information
simon-tma authored Jan 2, 2025
1 parent ee8dcf1 commit 8b93d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/ManagesFrequencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function hourly()
/**
* Schedule the event to run hourly at a given offset in the hour.
*
* @param array|string|int<0, 23>|int<0, 23>[] $offset
* @param array|string|int<0, 59>|int<0, 59>[] $offset
* @return $this
*/
public function hourlyAt($offset)
Expand Down

0 comments on commit 8b93d39

Please sign in to comment.