Skip to content

Commit 790bc75

Browse files
formatting
1 parent 2dc0617 commit 790bc75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"psr/http-server-middleware": "^1.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^11.5",
19+
"phpunit/phpunit": "^10.5|^11.5",
2020
"laminas/laminas-diactoros": "^3.5",
2121
"phpstan/phpstan": "^1.12",
2222
"phpstan/phpstan-phpunit": "^1.3.15",

src/AuthorizationValidators/BearerTokenValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function initJwtConfiguration(): void
7474
throw new RuntimeException('Public key is empty');
7575
}
7676

77-
// TODO: next major release: replace deprecated method
77+
// TODO: next major release: replace deprecated method and remove phpstan ignored error
7878
$this->jwtConfiguration->setValidationConstraints(
7979
new LooseValidAt($clock, $this->jwtValidAtDateLeeway),
8080
new SignedWith(

0 commit comments

Comments
 (0)