Skip to content

Commit f6534e3

Browse files
committed
chore: add mago ignore comments
1 parent 9131cc9 commit f6534e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/Http/Middleware/HandleInertiaRequests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function share(Request $request): array
4848
'description' => null,
4949
'keywords' => null,
5050
],
51+
// @mago-ignore analysis:non-existent-method
5152
'locale' => $request->input('locale', config('app.locale')),
5253
'flash' => [
5354
'success' => $request->session()->get('success'),

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function boot(): void
3030

3131
protected function configureDefaults(): void
3232
{
33+
// @mago-ignore analysis:non-documented-method
3334
Date::use(CarbonImmutable::class);
3435

3536
DB::prohibitDestructiveCommands(app()->isProduction());

0 commit comments

Comments
 (0)