Skip to content

Commit b7dd166

Browse files
committed
Update phpstan-baseline.neon
1 parent 30a9151 commit b7dd166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpstan-baseline.neon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ parameters:
353353
-
354354
message: "#^Method App\\\\Query\\\\Aggregation\\\\Elasticsearch\\\\PriorityAggregationResultExtractor\\:\\:extract\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
355355
count: 1
356-
path: code_samples/search/custom/src/Query/Aggregation/Elasticsearch/PriorityAggregationResultExtractor.php
356+
path: code_samples/search/custom/src/Query/Aggregation/Elasticsearch/PriorityRangeAggregationResultExtractor.php
357357

358358
-
359359
message: "#^Method App\\\\Query\\\\Criterion\\\\Elasticsearch\\\\CameraManufacturerVisitor\\:\\:visit\\(\\) return type has no value type specified in iterable type array\\.$#"
@@ -368,17 +368,17 @@ parameters:
368368
-
369369
message: "#^Argument of an invalid type stdClass supplied for foreach, only iterables are supported\\.$#"
370370
count: 1
371-
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
371+
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityRangeAggregationResultExtractor.php
372372

373373
-
374374
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityAggregationResultExtractor\\:\\:canVisit\\(\\) has parameter \\$languageFilter with no value type specified in iterable type array\\.$#"
375375
count: 1
376-
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
376+
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityRangeAggregationResultExtractor.php
377377

378378
-
379379
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityAggregationResultExtractor\\:\\:extract\\(\\) has parameter \\$languageFilter with no value type specified in iterable type array\\.$#"
380380
count: 1
381-
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
381+
path: code_samples/search/custom/src/Query/Aggregation/Solr/PriorityRangeAggregationResultExtractor.php
382382

383383
-
384384
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityRangeAggregationVisitor\\:\\:formatRangeValue\\(\\) has parameter \\$value with no type specified\\.$#"

0 commit comments

Comments
 (0)