Skip to content

Commit 6a5ede5

Browse files
committed
[PHPStan] Regenerated phpstan baseline
1 parent 4a8f211 commit 6a5ede5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

phpstan-baseline.neon

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,6 +2982,12 @@ parameters:
29822982
count: 1
29832983
path: src/lib/Server/Input/Parser/Criterion/LogicalOperator.php
29842984

2985+
-
2986+
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\LogicalOperator\:\:parse\(\) has Ibexa\\Contracts\\Rest\\Exceptions\\Parser in PHPDoc @throws tag but it''s not thrown\.$#'
2987+
identifier: throws.unusedType
2988+
count: 1
2989+
path: src/lib/Server/Input/Parser/Criterion/LogicalOperator.php
2990+
29852991
-
29862992
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\LogicalOperator\:\:parse\(\) has parameter \$data with no value type specified in iterable type array\.$#'
29872993
identifier: missingType.iterableValue
@@ -2994,6 +3000,12 @@ parameters:
29943000
count: 1
29953001
path: src/lib/Server/Input/Parser/Criterion/LogicalOr.php
29963002

3003+
-
3004+
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\MoreLikeThis\:\:parse\(\) has Ibexa\\Contracts\\Rest\\Exceptions\\Parser in PHPDoc @throws tag but it''s not thrown\.$#'
3005+
identifier: throws.unusedType
3006+
count: 1
3007+
path: src/lib/Server/Input/Parser/Criterion/MoreLikeThis.php
3008+
29973009
-
29983010
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\MoreLikeThis\:\:parse\(\) has parameter \$data with no value type specified in iterable type array\.$#'
29993011
identifier: missingType.iterableValue
@@ -3012,6 +3024,12 @@ parameters:
30123024
count: 1
30133025
path: src/lib/Server/Input/Parser/Criterion/ObjectStateId.php
30143026

3027+
-
3028+
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\Operator\:\:parse\(\) has Ibexa\\Contracts\\Rest\\Exceptions\\Parser in PHPDoc @throws tag but it''s not thrown\.$#'
3029+
identifier: throws.unusedType
3030+
count: 1
3031+
path: src/lib/Server/Input/Parser/Criterion/Operator.php
3032+
30153033
-
30163034
message: '#^Method Ibexa\\Rest\\Server\\Input\\Parser\\Criterion\\Operator\:\:parse\(\) has parameter \$data with no value type specified in iterable type array\.$#'
30173035
identifier: missingType.iterableValue
@@ -11305,13 +11323,13 @@ parameters:
1130511323
path: tests/lib/Server/Output/ValueObjectVisitor/OptionsTest.php
1130611324

1130711325
-
11308-
message: '#^Method PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker\<Ibexa\\Contracts\\Rest\\Output\\Visitor\>\:\:willReturnMap\(\) invoked with 2 parameters, 1 required\.$#'
11326+
message: '#^Method PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker\:\:willReturnMap\(\) invoked with 2 parameters, 1 required\.$#'
1130911327
identifier: arguments.count
1131011328
count: 1
1131111329
path: tests/lib/Server/Output/ValueObjectVisitor/OptionsTest.php
1131211330

1131311331
-
11314-
message: '#^Parameter \#1 \$valueMap of method PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker\<Ibexa\\Contracts\\Rest\\Output\\Visitor\>\:\:willReturnMap\(\) expects array\<int, array\<int, mixed\>\>, array\<int, string\> given\.$#'
11332+
message: '#^Parameter \#1 \$valueMap of method PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker\:\:willReturnMap\(\) expects array\<int, array\<int, mixed\>\>, array\<int, string\> given\.$#'
1131511333
identifier: argument.type
1131611334
count: 1
1131711335
path: tests/lib/Server/Output/ValueObjectVisitor/OptionsTest.php

0 commit comments

Comments
 (0)