Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 19, 2024
1 parent 0b45586 commit 21cc660
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions phpstan-baseline-dev.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,6 @@ parameters:
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Parameter \\#2 \\$signatureValidator of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor constructor expects SimpleSAML\\\\SAML2\\\\Signature\\\\Validator, Mockery\\\\MockInterface given\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Parameter \\#3 \\$assertionValidator of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor constructor expects SimpleSAML\\\\SAML2\\\\Assertion\\\\Validation\\\\AssertionValidator, Mockery\\\\MockInterface given\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Parameter \\#4 \\$subjectConfirmationValidator of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor constructor expects SimpleSAML\\\\SAML2\\\\Assertion\\\\Validation\\\\SubjectConfirmationValidator, Mockery\\\\MockInterface given\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Parameter \\#5 \\$transformer of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor constructor expects SimpleSAML\\\\SAML2\\\\Assertion\\\\Transformer\\\\TransformerInterface, Mockery\\\\MockInterface given\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Parameter \\#7 \\$logger of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor constructor expects Psr\\\\Log\\\\LoggerInterface, Mockery\\\\MockInterface given\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^Static property SimpleSAML\\\\Test\\\\SAML2\\\\Assertion\\\\ProcessorTest\\:\\:\\$decrypter \\(Mockery\\\\MockInterface&SimpleSAML\\\\SAML2\\\\Assertion\\\\Decrypter\\) does not accept Mockery\\\\MockInterface\\.$#"
count: 1
path: tests/SAML2/Assertion/ProcessorTest.php

-
message: "#^PHPDoc tag @var for property SimpleSAML\\\\Test\\\\SAML2\\\\Assertion\\\\Transformer\\\\NameIdDecryptionTransformerTest\\:\\:\\$validator with type SimpleSAML\\\\SAML2\\\\Response\\\\Validation\\\\Validator is incompatible with native type SimpleSAML\\\\SAML2\\\\Signature\\\\Validator\\.$#"
count: 1
Expand Down

0 comments on commit 21cc660

Please sign in to comment.