Skip to content

Commit 91f4dd6

Browse files
StyleCIBottegos
authored andcommitted
Apply fixes from StyleCI
1 parent 179967b commit 91f4dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleListCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function handle(Schedule $schedule)
8181
*/
8282
protected function displayJson(Collection $events, DateTimeZone $timezone)
8383
{
84-
$this->output->writeln($events->map(function ($event) use ($timezone) {
84+
$this->output->writeln($events->map(function ($event) use ($timezone) {
8585
$nextDueDate = $this->getNextDueDateForEvent($event, $timezone);
8686

8787
$command = $event->command ?? '';

0 commit comments

Comments
 (0)