We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f192866 commit f685528Copy full SHA for f685528
1 file changed
phpstan-baseline.neon
@@ -265,6 +265,11 @@ parameters:
265
count: 1
266
path: src/Options.php
267
268
+ -
269
+ message: "#^Method Sentry\\\\Options\\:\\:isStrictTracePropagationEnabled\\(\\) should return bool but returns mixed\\.$#"
270
+ count: 1
271
+ path: src/Options.php
272
+
273
-
274
message: "#^Method Sentry\\\\Options\\:\\:shouldAttachMetricCodeLocations\\(\\) should return bool but returns mixed\\.$#"
275
0 commit comments