Skip to content

Commit d14b6e6

Browse files
Fixing PHPstan erros resulted after the test that were marked as skipped.
1 parent 370a0d1 commit d14b6e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ parameters:
200200
count: 2
201201
path: tests/src/OneLogin/Saml2/IdPMetadataParserTest.php
202202

203-
-
204-
message: "#^Cannot unset offset 'x509cert' on array\\{certFingerprint\\: 'afe71c28ef740bc8742…'\\}\\.$#"
205-
count: 1
206-
path: tests/src/OneLogin/Saml2/LogoutRequestTest.php
207-
208203
-
209204
message: "#^Undefined variable\\: \\$settingsInfo$#"
210205
count: 12
@@ -314,3 +309,8 @@ parameters:
314309
message: "#^Undefined variable\\: \\$settingsInfo$#"
315310
count: 13
316311
path: tests/src/OneLogin/Saml2/UtilsTest.php
312+
313+
-
314+
message: "#^Unreachable statement \\- code above always terminates\\.$#"
315+
count: 2
316+
path: tests/src/OneLogin/Saml2/LogoutRequestTest.php

0 commit comments

Comments
 (0)