Skip to content

Commit 0c5a60d

Browse files
committed
Update the PHPStan baseline
1 parent 0a917f9 commit 0c5a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ parameters:
9696
path: src/DependencyInjection/SentryExtension.php
9797

9898
-
99-
message: "#^Parameter \\#2 \\$callback of function array_filter expects callable\\(mixed\\)\\: mixed, Closure\\(string\\)\\: bool given\\.$#"
99+
message: "#^Parameter \\#2 \\$callback of function array_filter expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: bool given\\.$#"
100100
count: 1
101101
path: src/DependencyInjection/SentryExtension.php
102102

0 commit comments

Comments
 (0)