Skip to content

Commit 4b6065e

Browse files
authored
Rector 0.17 + PHPSTAN baseline updated (#463)
* Rector 0.17 + PHPSTAN baseline updated
1 parent b346ddd commit 4b6065e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"phpstan/phpstan-strict-rules": "^1.4",
134134
"phpunit/phpunit": "^9.5.23",
135135
"qossmic/deptrac-shim": "^1.0",
136-
"rector/rector": "^0.16",
136+
"rector/rector": "^0.17",
137137
"roave/security-advisories": "dev-latest",
138138
"symfony/browser-kit": "^6.1.3",
139139
"symfony/finder": "^5.4|^6.0",

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,16 @@ parameters:
525525
count: 1
526526
path: src/Bundle/JoseFramework/DependencyInjection/Source/Source.php
527527

528+
-
529+
message: "#^Parameter \\#1 \\$json of static method Jose\\\\Component\\\\Core\\\\JWK\\:\\:createFromJson\\(\\) expects string, mixed given\\.$#"
530+
count: 1
531+
path: src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php
532+
533+
-
534+
message: "#^Parameter \\#1 \\$json of static method Jose\\\\Component\\\\Core\\\\JWKSet\\:\\:createFromJson\\(\\) expects string, mixed given\\.$#"
535+
count: 1
536+
path: src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php
537+
528538
-
529539
message: "#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Event\\\\ClaimCheckedFailureEvent\\:\\:__construct\\(\\) has parameter \\$claims with no value type specified in iterable type array\\.$#"
530540
count: 1

0 commit comments

Comments
 (0)