Skip to content

Commit

Permalink
fix(ScheduleListCommand): fix doc block for listEvent method (#50638)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh committed Mar 19, 2024
1 parent bafbec4 commit 14c8e95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Illuminate/Console/Scheduling/ScheduleListCommand.php
Expand Up @@ -104,13 +104,12 @@ private function getRepeatExpressionSpacing($events)
/**
* List the given even in the console.
*
* @param \Illuminate\Console\Scheduling\Event
* @param \Illuminate\Console\Scheduling\Event $event
* @param int $terminalWidth
* @param array $expressionSpacing
* @param int $repeatExpressionSpacing
* @param array $repeatExpressionSpacing
* @param \DateTimeZone $timezone
* @return \Illuminate\Support\DateTimeZone
* @return array
*/
private function listEvent($event, $terminalWidth, $expressionSpacing, $repeatExpressionSpacing, $timezone)
{
Expand Down

0 comments on commit 14c8e95

Please sign in to comment.