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 24affc7 commit 24899f7Copy full SHA for 24899f7
phpstan-baseline.neon
@@ -85,6 +85,11 @@ parameters:
85
count: 1
86
path: src/DependencyInjection/SentryExtension.php
87
88
+ -
89
+ message: "#^Cannot access offset 'before_send_logs' on mixed\\.$#"
90
+ count: 1
91
+ path: src/DependencyInjection/SentryExtension.php
92
+
93
-
94
message: "#^Parameter \\#1 \\$array of function array_filter expects array, mixed given\\.$#"
95
0 commit comments