@@ -105,6 +105,11 @@ parameters:
105105 count : 1
106106 path : src/DependencyInjection/SentryExtension.php
107107
108+ -
109+ message : " #^Parameter \\ #2 \\ $config of method Sentry\\\\ SentryBundle\\\\ DependencyInjection\\\\ SentryExtension\\ :\\ :registerHttpClientTracingConfiguration\\ (\\ ) expects array\\ <string, mixed\\ >, mixed given\\ .$#"
110+ count : 1
111+ path : src/DependencyInjection/SentryExtension.php
112+
108113 -
109114 message : " #^Parameter \\ #2 \\ $config of method Sentry\\\\ SentryBundle\\\\ DependencyInjection\\\\ SentryExtension\\ :\\ :registerMessengerListenerConfiguration\\ (\\ ) expects array\\ <string, mixed\\ >, mixed given\\ .$#"
110115 count : 1
@@ -122,7 +127,7 @@ parameters:
122127
123128 -
124129 message : " #^Parameter \\ #2 \\ $config of method Symfony\\\\ Component\\\\ DependencyInjection\\\\ Extension\\\\ Extension\\ :\\ :isConfigEnabled\\ (\\ ) expects array, mixed given\\ .$#"
125- count : 3
130+ count : 4
126131 path : src/DependencyInjection/SentryExtension.php
127132
128133 -
@@ -235,6 +240,31 @@ parameters:
235240 count : 1
236241 path : src/Tracing/Doctrine/DBAL/TracingStatementForV3.php
237242
243+ -
244+ message : " #^Method Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ AbstractTraceableHttpClient\\ :\\ :request\\ (\\ ) has parameter \\ $options with no value type specified in iterable type array\\ .$#"
245+ count : 1
246+ path : src/Tracing/HttpClient/AbstractTraceableHttpClient.php
247+
248+ -
249+ message : " #^Method Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ AbstractTraceableResponse\\ :\\ :toArray\\ (\\ ) return type has no value type specified in iterable type array\\ .$#"
250+ count : 1
251+ path : src/Tracing/HttpClient/AbstractTraceableResponse.php
252+
253+ -
254+ message : " #^Method Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ TraceableHttpClientForV6\\ :\\ :withOptions\\ (\\ ) has parameter \\ $options with no value type specified in iterable type array\\ .$#"
255+ count : 1
256+ path : src/Tracing/HttpClient/TraceableHttpClientForV6.php
257+
258+ -
259+ message : " #^Call to an undefined method Symfony\\\\ Contracts\\\\ HttpClient\\\\ ResponseInterface\\ :\\ :toStream\\ (\\ )\\ .$#"
260+ count : 1
261+ path : src/Tracing/HttpClient/TraceableResponseForV5.php
262+
263+ -
264+ message : " #^Call to an undefined method Symfony\\\\ Contracts\\\\ HttpClient\\\\ ResponseInterface\\ :\\ :toStream\\ (\\ )\\ .$#"
265+ count : 1
266+ path : src/Tracing/HttpClient/TraceableResponseForV6.php
267+
238268 -
239269 message : " #^Cannot access offset 'sample_rate' on mixed\\ .$#"
240270 count : 1
@@ -410,3 +440,12 @@ parameters:
410440 count : 1
411441 path : tests/Tracing/Doctrine/DBAL/TracingStatementForV2Test.php
412442
443+ -
444+ message : " #^Parameter \\ #1 \\ $responses of method Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ AbstractTraceableHttpClient\\ :\\ :stream\\ (\\ ) expects iterable\\ <\\ (int\\ |string\\ ), Symfony\\\\ Contracts\\\\ HttpClient\\\\ ResponseInterface\\ >\\ |Symfony\\\\ Contracts\\\\ HttpClient\\\\ ResponseInterface, stdClass given\\ .$#"
445+ count : 1
446+ path : tests/Tracing/HttpClient/TraceableHttpClientTest.php
447+
448+ -
449+ message : " #^Parameter \\ #2 \\ $responses of static method Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ AbstractTraceableResponse\\ :\\ :stream\\ (\\ ) expects iterable\\ <Sentry\\\\ SentryBundle\\\\ Tracing\\\\ HttpClient\\\\ AbstractTraceableResponse\\ >, array\\ <int, stdClass\\ > given\\ .$#"
450+ count : 1
451+ path : tests/Tracing/HttpClient/TraceableResponseTest.php
0 commit comments