Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Dec 19, 2024
1 parent 2c84427 commit 89f923f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Console/Scheduling/ManagesFrequencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ public function monthlyOn($dayOfMonth = 1, $time = '0:0')
/**
* Schedule the event to run twice monthly at a given time.
*
* @param int $first<1, 31>
* @param int $second<1, 31>
* @param int<1, 31> $first
* @param int<1, 31> $second
* @param string $time
* @return $this
*/
Expand Down

0 comments on commit 89f923f

Please sign in to comment.