Skip to content

Commit 5e26507

Browse files
committed
[PHPDoc] Regenerated baselines
1 parent fe48816 commit 5e26507

File tree

3 files changed

+0
-78
lines changed

3 files changed

+0
-78
lines changed

phpstan-baseline-7.4.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ parameters:
269269
count: 3
270270
path: src/lib/Search/Common/FieldNameResolver.php
271271

272-
-
273-
message: '#^Parameter \#1 \$input of function array_keys expects array, string given\.$#'
274-
identifier: argument.type
275-
count: 3
276-
path: src/lib/Search/Common/FieldNameResolver.php
277-
278272
-
279273
message: '#^Parameter \#1 \$str of function trim expects string, bool\|float\|int\|string given\.$#'
280274
identifier: argument.type
@@ -466,9 +460,3 @@ parameters:
466460
identifier: argument.type
467461
count: 12
468462
path: tests/lib/Repository/Service/Mock/UrlAliasTest.php
469-
470-
-
471-
message: '#^Parameter \#1 \$array_arg of function key expects array\|object, string given\.$#'
472-
identifier: argument.type
473-
count: 4
474-
path: tests/lib/Search/FieldNameResolverTest.php

phpstan-baseline-gte-8.0.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ parameters:
264264
count: 1
265265
path: src/lib/Repository/UserService.php
266266

267-
-
268-
message: '#^Parameter \#1 \$array of function array_keys expects array, string given\.$#'
269-
identifier: argument.type
270-
count: 3
271-
path: src/lib/Search/Common/FieldNameResolver.php
272-
273267
-
274268
message: '#^Parameter \#1 \$string of function trim expects string, bool\|float\|int\|string given\.$#'
275269
identifier: argument.type
@@ -460,9 +454,3 @@ parameters:
460454
identifier: argument.type
461455
count: 12
462456
path: tests/lib/Repository/Service/Mock/UrlAliasTest.php
463-
464-
-
465-
message: '#^Parameter \#1 \$array of function key expects array\|object, string given\.$#'
466-
identifier: argument.type
467-
count: 4
468-
path: tests/lib/Search/FieldNameResolverTest.php

phpstan-baseline.neon

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -26250,60 +26250,12 @@ parameters:
2625026250
count: 1
2625126251
path: src/lib/Search/Common/FieldNameGenerator.php
2625226252

26253-
-
26254-
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getAggregationFieldName\(\) should return string\|null but returns false\.$#'
26255-
identifier: return.type
26256-
count: 1
26257-
path: src/lib/Search/Common/FieldNameResolver.php
26258-
26259-
-
26260-
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getFieldTypes\(\) should return array\<string, Ibexa\\Contracts\\Core\\Search\\FieldType\> but returns list\<mixed\>\.$#'
26261-
identifier: return.type
26262-
count: 1
26263-
path: src/lib/Search/Common/FieldNameResolver.php
26264-
26265-
-
26266-
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getIndexFieldName\(\) should return string but returns array\<string, Ibexa\\Contracts\\Core\\Search\\FieldType\>\.$#'
26267-
identifier: return.type
26268-
count: 1
26269-
path: src/lib/Search/Common/FieldNameResolver.php
26270-
26271-
-
26272-
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getIndexFieldName\(\) should return string but returns array\<string, null\>\.$#'
26273-
identifier: return.type
26274-
count: 1
26275-
path: src/lib/Search/Common/FieldNameResolver.php
26276-
2627726253
-
2627826254
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getSearchableFieldMap\(\) return type has no value type specified in iterable type array\.$#'
2627926255
identifier: missingType.iterableValue
2628026256
count: 1
2628126257
path: src/lib/Search/Common/FieldNameResolver.php
2628226258

26283-
-
26284-
message: '#^Method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getSortFieldName\(\) should return string\|null but returns false\.$#'
26285-
identifier: return.type
26286-
count: 1
26287-
path: src/lib/Search/Common/FieldNameResolver.php
26288-
26289-
-
26290-
message: '#^Offset false does not exist on string\.$#'
26291-
identifier: offsetAccess.notFound
26292-
count: 1
26293-
path: src/lib/Search/Common/FieldNameResolver.php
26294-
26295-
-
26296-
message: '#^Parameter \#1 \$criterionOrSortClause of method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getIndexFieldName\(\) expects object, null given\.$#'
26297-
identifier: argument.type
26298-
count: 1
26299-
path: src/lib/Search/Common/FieldNameResolver.php
26300-
26301-
-
26302-
message: '#^Parameter \#5 \$name of method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getIndexFieldName\(\) expects string, string\|null given\.$#'
26303-
identifier: argument.type
26304-
count: 2
26305-
path: src/lib/Search/Common/FieldNameResolver.php
26306-
2630726259
-
2630826260
message: '#^Access to an undefined property Ibexa\\Contracts\\Core\\Search\\FieldType\:\:\$raw\.$#'
2630926261
identifier: property.notFound
@@ -74514,12 +74466,6 @@ parameters:
7451474466
count: 1
7451574467
path: tests/lib/Search/FieldNameResolverTest.php
7451674468

74517-
-
74518-
message: '#^Parameter \#5 \$name of method Ibexa\\Core\\Search\\Common\\FieldNameResolver\:\:getIndexFieldName\(\) expects string, null given\.$#'
74519-
identifier: argument.type
74520-
count: 4
74521-
path: tests/lib/Search/FieldNameResolverTest.php
74522-
7452374469
-
7452474470
message: '#^Property Ibexa\\Tests\\Core\\Search\\FieldNameResolverTest\:\:\$contentTypeHandlerMock \(Ibexa\\Contracts\\Core\\Persistence\\Content\\Type\\Handler&PHPUnit\\Framework\\MockObject\\MockObject\) in isset\(\) is not nullable\.$#'
7452574471
identifier: isset.property

0 commit comments

Comments
 (0)