File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3232 "web-token/jwt-library" : " ^3.4"
3333 },
3434 "require-dev" : {
35+ "phpstan/phpstan" : " ^2.1" ,
3536 "phpunit/phpunit" : " ^10" ,
3637 "rector/rector" : " ^2.0" ,
3738 "simplesamlphp/simplesamlphp-test-framework" : " ^1" ,
Original file line number Diff line number Diff line change 1+
2+ parameters :
3+ level : 0
4+ paths :
5+ - tests
6+ tmpDir : build/phpstan
Original file line number Diff line number Diff line change 1+
2+ parameters :
3+ level : 4
4+ paths :
5+ - src
6+ tmpDir : build/phpstan
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ public function getType(): string
6969
7070 /**
7171 * @throws \SimpleSAML\OpenID\Exceptions\JwsException
72- * @throws \SimpleSAML\OpenID\Exceptions\SignedJwksException
7372 */
7473 protected function validate (): void
7574 {
You can’t perform that action at this time.
0 commit comments