Skip to content

Commit 8ef886c

Browse files
formatting
1 parent 1bbed52 commit 8ef886c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AuthorizationValidators/BearerTokenValidator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ private function initJwtConfiguration(): void
8383
];
8484

8585
// TODO: next major release: remove this check
86-
// @phpstan-ignore function.alreadyNarrowedType
86+
// @phpstan-ignore-next-line
8787
if (method_exists($this->jwtConfiguration, 'withValidationConstraints') === true) {
8888
$this->jwtConfiguration = $this->jwtConfiguration->withValidationConstraints(...$validationConstraints);
8989
} else {
90-
// @phpstan-ignore method.deprecated
90+
// @phpstan-ignore-next-line
9191
$this->jwtConfiguration->setValidationConstraints(...$validationConstraints);
9292
}
9393
}

0 commit comments

Comments
 (0)