Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9.5.23",
"qossmic/deptrac-shim": "^1.0",
"rector/rector": "^0.16",
"rector/rector": "^0.17",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "^6.1.3",
"symfony/finder": "^5.4|^6.0",
Expand Down
10 changes: 10 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,16 @@ parameters:
count: 1
path: src/Bundle/JoseFramework/DependencyInjection/Source/Source.php

-
message: "#^Parameter \\#1 \\$json of static method Jose\\\\Component\\\\Core\\\\JWK\\:\\:createFromJson\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php

-
message: "#^Parameter \\#1 \\$json of static method Jose\\\\Component\\\\Core\\\\JWKSet\\:\\:createFromJson\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php

-
message: "#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Event\\\\ClaimCheckedFailureEvent\\:\\:__construct\\(\\) has parameter \\$claims with no value type specified in iterable type array\\.$#"
count: 1
Expand Down