Skip to content

Commit 8e73d69

Browse files
authoredFeb 4, 2025
Merge pull request #524 from OpenConext/feature/update-dependencies
Update dependencies
2 parents b61e7a6 + 10cb2bc commit 8e73d69

File tree

7 files changed

+1186
-1016
lines changed

7 files changed

+1186
-1016
lines changed
 

‎ci/qa/phpstan-baseline.neon

+10-5
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ parameters:
14071407

14081408
-
14091409
message: "#^Cannot call method count\\(\\) on Surfnet\\\\Stepup\\\\Identity\\\\Entity\\\\SecondFactorCollection\\|null\\.$#"
1410-
count: 5
1410+
count: 2
14111411
path: ../../src/Surfnet/Stepup/Identity/Identity.php
14121412

14131413
-
@@ -1522,7 +1522,7 @@ parameters:
15221522

15231523
-
15241524
message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, Surfnet\\\\Stepup\\\\Identity\\\\Entity\\\\SecondFactorCollection\\|null given\\.$#"
1525-
count: 1
1525+
count: 4
15261526
path: ../../src/Surfnet/Stepup/Identity/Identity.php
15271527

15281528
-
@@ -2897,12 +2897,12 @@ parameters:
28972897

28982898
-
28992899
message: "#^Cannot access offset 'command' on mixed\\.$#"
2900-
count: 3
2900+
count: 4
29012901
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Request/CommandValueResolver.php
29022902

29032903
-
29042904
message: "#^Cannot access offset 'name' on mixed\\.$#"
2905-
count: 1
2905+
count: 2
29062906
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Request/CommandValueResolver.php
29072907

29082908
-
@@ -2917,7 +2917,7 @@ parameters:
29172917

29182918
-
29192919
message: "#^Cannot cast mixed to string\\.$#"
2920-
count: 2
2920+
count: 3
29212921
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Request/CommandValueResolver.php
29222922

29232923
-
@@ -3065,6 +3065,11 @@ parameters:
30653065
count: 1
30663066
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Tests/Request/CommandValueResolverTest.php
30673067

3068+
-
3069+
message: "#^Method Surfnet\\\\StepupMiddleware\\\\ApiBundle\\\\Tests\\\\Request\\\\CommandValueResolverTest\\:\\:invalidCommandNames\\(\\) return type has no value type specified in iterable type array\\.$#"
3070+
count: 1
3071+
path: ../../src/Surfnet/StepupMiddleware/ApiBundle/Tests/Request/CommandValueResolverTest.php
3072+
30683073
-
30693074
message: "#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, string given\\.$#"
30703075
count: 1

‎composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
},
129129
"config": {
130130
"allow-plugins": {
131+
"endroid/installer": false,
131132
"symfony/flex": true,
132133
"symfony/runtime": true
133134
},

0 commit comments

Comments
 (0)