Skip to content

Commit 5b8aac4

Browse files
committed
Merge branch '1.x' into 2.x
2 parents d580b0d + 1f11f1d commit 5b8aac4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpstan-baseline.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: '#^Method Sofascore\\PurgatoryBundle\\Attribute\\RouteParamValue\\DynamicValues\:\:normalizeProvider\(\) should return \(array\<string\>&callable\(\)\: mixed\)\|string but returns non\-empty\-array\<object\|string\>&callable\(\)\: mixed\.$#'
4+
message: '#^Method Sofascore\\PurgatoryBundle\\Attribute\\RouteParamValue\\DynamicValues\:\:normalizeProvider\(\) should return \(non\-empty\-list\<string\>&callable\(\)\: mixed\)\|string but returns non\-empty\-list\<object\|string\>&callable\(\)\: mixed\.$#'
55
identifier: return.type
66
count: 1
77
path: src/Attribute/RouteParamValue/DynamicValues.php
@@ -55,7 +55,7 @@ parameters:
5555
path: src/Cache/RouteMetadata/YamlMetadataProvider.php
5656

5757
-
58-
message: '#^Parameter \#1 \$provider of class Sofascore\\PurgatoryBundle\\Attribute\\RouteParamValue\\DynamicValues constructor expects \(array\<string\>&callable\(\)\: mixed\)\|string, bool\|float\|int\|string\|Symfony\\Component\\Yaml\\Tag\\TaggedValue given\.$#'
58+
message: '#^Parameter \#1 \$provider of class Sofascore\\PurgatoryBundle\\Attribute\\RouteParamValue\\DynamicValues constructor expects \(non\-empty\-list\<string\>&callable\(\)\: mixed\)\|string, bool\|float\|int\|string\|Symfony\\Component\\Yaml\\Tag\\TaggedValue given\.$#'
5959
identifier: argument.type
6060
count: 1
6161
path: src/Cache/RouteMetadata/YamlMetadataProvider.php

0 commit comments

Comments
 (0)