Skip to content

Commit f3eee15

Browse files
committed
Apply fixes from StyleCI
1 parent 0d9af3b commit f3eee15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Listeners/FlushViteTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public function test_it_handles_instances_of_vite_without_flush_method()
4040
]);
4141
$app['router']->get('/', fn () => 'ok');
4242

43-
$app->instance(Vite::class, new class
44-
{
43+
$app->instance(Vite::class, new class {
4544
//
4645
});
4746
$worker->run();

0 commit comments

Comments
 (0)