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 370a0d1 commit d14b6e6Copy full SHA for d14b6e6
phpstan-baseline.neon
@@ -200,11 +200,6 @@ parameters:
200
count: 2
201
path: tests/src/OneLogin/Saml2/IdPMetadataParserTest.php
202
203
- -
204
- message: "#^Cannot unset offset 'x509cert' on array\\{certFingerprint\\: 'afe71c28ef740bc8742…'\\}\\.$#"
205
- count: 1
206
- path: tests/src/OneLogin/Saml2/LogoutRequestTest.php
207
-
208
209
message: "#^Undefined variable\\: \\$settingsInfo$#"
210
count: 12
@@ -314,3 +309,8 @@ parameters:
314
309
315
310
count: 13
316
311
path: tests/src/OneLogin/Saml2/UtilsTest.php
312
+
313
+ -
+ message: "#^Unreachable statement \\- code above always terminates\\.$#"
+ count: 2
+ path: tests/src/OneLogin/Saml2/LogoutRequestTest.php
0 commit comments