Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ parameters:
path: test/DependencyInjection/SentryExtensionTest.php

-
message: "#^Comparison operation \"\\>\\=\" between 50102 and 40300 is always true\\.$#"
message: "#^Comparison operation \"\\>\\=\" between \\d+ and 40300 is always true\\.$#"
count: 1
path: test/End2End/App/Kernel.php

Expand All @@ -241,7 +241,7 @@ parameters:
path: test/End2End/End2EndTest.php

-
message: "#^Comparison operation \"\\<\" between 50102 and 40300 is always false\\.$#"
message: "#^Comparison operation \"\\<\" between \\d+ and 40300 is always false\\.$#"
count: 1
path: test/End2End/End2EndTest.php

Expand Down