Skip to content

Commit b383d16

Browse files
committed
Update the PHPStan baseline
1 parent 32e5415 commit b383d16

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan-baseline.neon

-10
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ parameters:
3535
count: 1
3636
path: src/Dsn.php
3737

38-
-
39-
message: "#^Parameter \\#1 \\$backtrace of method Sentry\\\\ErrorHandler\\:\\:cleanBacktraceFromErrorHandlerFrames\\(\\) expects array\\<int, array\\{function\\?\\: string, line\\?\\: int, file\\?\\: string, class\\?\\: class\\-string, type\\?\\: string, args\\?\\: array\\}\\>, array\\<int, array\\<string, mixed\\>\\> given\\.$#"
40-
count: 1
41-
path: src/ErrorHandler.php
42-
4338
-
4439
message: "#^Result of && is always false\\.$#"
4540
count: 2
@@ -235,11 +230,6 @@ parameters:
235230
count: 1
236231
path: src/Serializer/AbstractSerializer.php
237232

238-
-
239-
message: "#^Parameter \\#1 \\$backtrace of method Sentry\\\\StacktraceBuilder\\:\\:buildFromBacktrace\\(\\) expects array\\<int, array\\{function\\?\\: string, line\\?\\: int, file\\?\\: string, class\\?\\: class\\-string, type\\?\\: string, args\\?\\: array\\}\\>, array\\<int, array\\<string, mixed\\>\\> given\\.$#"
240-
count: 1
241-
path: src/StacktraceBuilder.php
242-
243233
-
244234
message: "#^Method Sentry\\\\ClientInterface\\:\\:captureException\\(\\) invoked with 3 parameters, 1\\-2 required\\.$#"
245235
count: 1

0 commit comments

Comments
 (0)