Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Dec 20, 2024
1 parent 5286ad4 commit 372b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/ValidatesFrequencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
trait ValidatesFrequencies
{
/**
* @param int $hours
* @param int $hour
*/
protected function validateHour(int $hour)
{
Expand Down

0 comments on commit 372b5ae

Please sign in to comment.