Skip to content

Commit 47ba442

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 28830dc commit 47ba442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Models/ScheduleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
});
1818

1919
it('can get incomplete schedules', function () {
20-
[$scheduleA, ] = Schedule::factory()
20+
[$scheduleA] = Schedule::factory()
2121
->count(3)
2222
->sequence(
2323
['status' => ScheduleStatusEnum::in_progress],

0 commit comments

Comments
 (0)