You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,26 @@ parameters:
25
25
count:1
26
26
path:src/Dsn.php
27
27
28
+
-
29
+
message:"#^Method Sentry\\\\Event\\:\\:getMetrics\\(\\) return type has no value type specified in iterable type array\\.$#"
30
+
count:1
31
+
path:src/Event.php
32
+
33
+
-
34
+
message:"#^Method Sentry\\\\Event\\:\\:getMetricsSummary\\(\\) return type has no value type specified in iterable type array\\.$#"
35
+
count:1
36
+
path:src/Event.php
37
+
38
+
-
39
+
message:"#^Method Sentry\\\\Event\\:\\:setMetrics\\(\\) has parameter \\$metrics with no value type specified in iterable type array\\.$#"
40
+
count:1
41
+
path:src/Event.php
42
+
43
+
-
44
+
message:"#^Method Sentry\\\\Event\\:\\:setMetricsSummary\\(\\) has parameter \\$metricsSummary with no value type specified in iterable type array\\.$#"
45
+
count:1
46
+
path:src/Event.php
47
+
28
48
-
29
49
message:"#^Property Sentry\\\\Integration\\\\RequestIntegration\\:\\:\\$options \\(array\\{pii_sanitize_headers\\: array\\<string\\>\\}\\) does not accept array\\.$#"
30
50
count:1
@@ -40,11 +60,6 @@ parameters:
40
60
count:1
41
61
path:src/Logger/DebugStdOutLogger.php
42
62
43
-
-
44
-
message:"#^Method Sentry\\\\Metrics\\\\Types\\\\AbstractType\\:\\:add\\(\\) has parameter \\$value with no type specified\\.$#"
45
-
count:1
46
-
path:src/Metrics/Types/AbstractType.php
47
-
48
63
-
49
64
message:"#^Parameter \\#1 \\$level of method Monolog\\\\Handler\\\\AbstractHandler\\:\\:__construct\\(\\) expects 100\\|200\\|250\\|300\\|400\\|500\\|550\\|600\\|'ALERT'\\|'alert'\\|'CRITICAL'\\|'critical'\\|'DEBUG'\\|'debug'\\|'EMERGENCY'\\|'emergency'\\|'ERROR'\\|'error'\\|'INFO'\\|'info'\\|'NOTICE'\\|'notice'\\|'WARNING'\\|'warning'\\|Monolog\\\\Level, int\\|Monolog\\\\Level\\|string given\\.$#"
50
65
count:1
@@ -290,6 +305,21 @@ parameters:
290
305
count:1
291
306
path:src/Tracing/GuzzleTracingMiddleware.php
292
307
308
+
-
309
+
message:"#^Method Sentry\\\\Tracing\\\\Span\\:\\:getMetricsSummary\\(\\) return type has no value type specified in iterable type array\\.$#"
310
+
count:1
311
+
path:src/Tracing/Span.php
312
+
313
+
-
314
+
message:"#^Method Sentry\\\\Tracing\\\\Span\\:\\:setMetricsSummary\\(\\) has parameter \\$tags with no value type specified in iterable type array\\.$#"
315
+
count:1
316
+
path:src/Tracing/Span.php
317
+
318
+
-
319
+
message:"#^Method Sentry\\\\Tracing\\\\Span\\:\\:setMetricsSummary\\(\\) has parameter \\$value with no type specified\\.$#"
320
+
count:1
321
+
path:src/Tracing/Span.php
322
+
293
323
-
294
324
message:"#^Parameter \\#1 \\$email of method Sentry\\\\UserDataBag\\:\\:setEmail\\(\\) expects string\\|null, mixed given\\.$#"
0 commit comments