Skip to content

Commit f52902a

Browse files
mckenzieartsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 74c03f7 commit f52902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/SubscribeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Tests\Models\Plan;
66
use Tests\Models\User;
77

8-
beforeEach(function () {
8+
beforeEach(function (): void {
99
$this->user = User::factory()->create();
1010
$this->plan = Plan::factory()->create();
1111
});

0 commit comments

Comments
 (0)