Skip to content

Commit

Permalink
ignore phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-w committed Jul 10, 2024
1 parent 3e23fb7 commit ced7781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilamentSocialiteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static function (): ?string {
);

if (version_compare(app()->version(), '11.0', '>=')) {
// @phpstan-ignore-next-line
VerifyCsrfToken::except([

Check failure on line 54 in src/FilamentSocialiteServiceProvider.php

View workflow job for this annotation

GitHub Actions / PHP 8.3 - Laravel 11.* - ubuntu-latest

No error to ignore is reported on line 54.

Check failure on line 54 in src/FilamentSocialiteServiceProvider.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 - Laravel 11.* - ubuntu-latest

No error to ignore is reported on line 54.

Check failure on line 54 in src/FilamentSocialiteServiceProvider.php

View workflow job for this annotation

GitHub Actions / PHP 8.3 - Laravel 11.* - ubuntu-latest

No error to ignore is reported on line 54.

Check failure on line 54 in src/FilamentSocialiteServiceProvider.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 - Laravel 11.* - ubuntu-latest

No error to ignore is reported on line 54.
'*/oauth/callback/*',
'oauth/callback/*',
Expand Down

0 comments on commit ced7781

Please sign in to comment.