-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2016c3
commit 084546d
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,10 +122,9 @@ public function hourly() | |
} | ||
|
||
/** | ||
* Schedule the event to run hourly at a given offset in the hour. The | ||
* offset can be either an integer or an array of integers. | ||
* Schedule the event to run hourly at a given offset in the hour. | ||
* | ||
* @param int|array $offset | ||
* @param array|int $offset | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
driesvints
Member
|
||
* @return $this | ||
*/ | ||
public function hourlyAt($offset) | ||
|
Hi Taylor, thanks for merging my PR. Just so I have this correct in the future, is the intention that all of the param types in the docblock should be listed alphabetically? Even if some are application classes? For instance: