Skip to content

Commit bb8db66

Browse files
committed
added stan ignore
1 parent da61bc2 commit bb8db66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function boot(): void
2424
{
2525
RateLimiter::for('site', function (Request $request) {
2626
return Limit::perMinute(10)->by(
27+
// @phpstan-ignore-next-line
2728
parse_url((string) $request->input('url'), PHP_URL_HOST)
2829
);
2930
});

0 commit comments

Comments
 (0)