Skip to content

Commit ffe3205

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint
1 parent 9847aee commit ffe3205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
|
2828
*/
2929

30-
expect()->extend('toBeOne', fn() => $this->toBe(1));
30+
expect()->extend('toBeOne', fn () => $this->toBe(1));
3131

3232
/*
3333
|--------------------------------------------------------------------------

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function setUp(): void
3333

3434
protected function defineRoutes($router): void
3535
{
36-
$router->get('/users', fn(UsersDataTable $dataTable) => $dataTable->render('tests::users'));
36+
$router->get('/users', fn (UsersDataTable $dataTable) => $dataTable->render('tests::users'));
3737
}
3838

3939
protected function migrateDatabase(): void

0 commit comments

Comments
 (0)