Skip to content

Commit 33936d7

Browse files
fix: code formatting
1 parent 0c43964 commit 33936d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Core/LoadDiscoveryClassesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function do_not_discover(): void
3131

3232
$this->assertFalse(
3333
collect($migrations)
34-
->contains(fn($m) => $m instanceof HiddenDatabaseMigration)
34+
->contains(fn ($m) => $m instanceof HiddenDatabaseMigration),
3535
);
3636
}
3737

0 commit comments

Comments
 (0)