Skip to content

Commit

Permalink
Make PHPDoc block annotation style consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Dec 19, 2024
1 parent 7a33e21 commit f2625d0
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 @@ -503,7 +503,7 @@ public function weekly()
/**
* Schedule the event to run weekly on a given day and time.
*
* @param Day[]|Day|array|int|int[]|mixed $dayOfWeek
* @param \Illuminate\Support\Date\Day[]|\Illuminate\Support\Date\Day|array|int|int[]|mixed $dayOfWeek
* @param string $time
* @return $this
*/
Expand Down

0 comments on commit f2625d0

Please sign in to comment.