Skip to content

Commit b3f9b7f

Browse files
committed
Update PHPStan baseline to fix broken build
1 parent 45a4250 commit b3f9b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan-baseline.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ parameters:
226226
path: test/DependencyInjection/SentryExtensionTest.php
227227

228228
-
229-
message: "#^Comparison operation \"\\>\\=\" between 50206 and 40300 is always true\\.$#"
229+
message: "#^Comparison operation \"\\>\\=\" between 50208 and 40300 is always true\\.$#"
230230
count: 1
231231
path: test/End2End/App/Kernel.php
232232

@@ -241,7 +241,7 @@ parameters:
241241
path: test/End2End/End2EndTest.php
242242

243243
-
244-
message: "#^Comparison operation \"\\<\" between 50206 and 40300 is always false\\.$#"
244+
message: "#^Comparison operation \"\\<\" between 50208 and 40300 is always false\\.$#"
245245
count: 1
246246
path: test/End2End/End2EndTest.php
247247

0 commit comments

Comments
 (0)