|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - 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\\.$#" |
| 4 | + 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\.$#' |
| 5 | + identifier: property.phpDocType |
5 | 6 | count: 1 |
6 | 7 | path: tests/SAML2/Assertion/Transformer/NameIdDecryptionTransformerTest.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Unreachable statement \\- code above always terminates\\.$#" |
| 10 | + message: '#^Unreachable statement \- code above always terminates\.$#' |
| 11 | + identifier: deadCode.unreachable |
10 | 12 | count: 2 |
11 | 13 | path: tests/SAML2/Assertion/Transformer/NameIdDecryptionTransformerTest.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^PHPDoc tag @var for property SimpleSAML\\\\Test\\\\SAML2\\\\Assertion\\\\Validation\\\\AssertionValidatorTest\\:\\:\\$validator with type SimpleSAML\\\\SAML2\\\\Response\\\\Validation\\\\Validator is incompatible with native type SimpleSAML\\\\SAML2\\\\Signature\\\\Validator\\.$#" |
| 16 | + message: '#^PHPDoc tag @var for property SimpleSAML\\Test\\SAML2\\Assertion\\Validation\\AssertionValidatorTest\:\:\$validator with type SimpleSAML\\SAML2\\Response\\Validation\\Validator is incompatible with native type SimpleSAML\\SAML2\\Signature\\Validator\.$#' |
| 17 | + identifier: property.phpDocType |
15 | 18 | count: 1 |
16 | 19 | path: tests/SAML2/Assertion/Validation/AssertionValidatorTest.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Parameter \\#1 \\$xml of static method SimpleSAML\\\\SAML2\\\\XML\\\\saml\\\\Assertion\\:\\:fromXML\\(\\) expects DOMElement, DOMNode\\|null given\\.$#" |
| 22 | + message: '#^Parameter \#1 \$xml of static method SimpleSAML\\SAML2\\XML\\saml\\Assertion\:\:fromXML\(\) expects DOMElement, DOMNode\|null given\.$#' |
| 23 | + identifier: argument.type |
20 | 24 | count: 2 |
21 | 25 | path: tests/SAML2/Assertion/Validation/AssertionValidatorTest.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Result of method SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor\\:\\:validateAssertion\\(\\) \\(void\\) is used\\.$#" |
25 | | - count: 2 |
| 28 | + message: '#^Result of method SimpleSAML\\SAML2\\Assertion\\Processor\:\:validateAssertion\(\) \(void\) is used\.$#' |
| 29 | + identifier: method.void |
| 30 | + count: 1 |
26 | 31 | path: tests/SAML2/Assertion/Validation/AssertionValidatorTest.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Parameter \\#1 \\$serviceProvider of method SimpleSAML\\\\SAML2\\\\Assertion\\\\Validation\\\\ConstraintValidator\\\\SpIsValidAudience\\:\\:setServiceProvider\\(\\) expects SimpleSAML\\\\SAML2\\\\Configuration\\\\ServiceProvider, Mockery\\\\MockInterface given\\.$#" |
| 34 | + message: '#^Parameter \#1 \$serviceProvider of method SimpleSAML\\SAML2\\Assertion\\Validation\\ConstraintValidator\\SpIsValidAudience\:\:setServiceProvider\(\) expects SimpleSAML\\SAML2\\Configuration\\ServiceProvider, Mockery\\MockInterface given\.$#' |
| 35 | + identifier: argument.type |
30 | 36 | count: 3 |
31 | 37 | path: tests/SAML2/Assertion/Validation/ConstraintValidator/SpIsValidAudienceTest.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^Parameter \\#1 \\$response of class SimpleSAML\\\\SAML2\\\\Assertion\\\\Validation\\\\ConstraintValidator\\\\SubjectConfirmationResponseToMatches constructor expects SimpleSAML\\\\SAML2\\\\XML\\\\samlp\\\\Response, Mockery\\\\MockInterface given\\.$#" |
| 40 | + message: '#^Parameter \#1 \$response of class SimpleSAML\\SAML2\\Assertion\\Validation\\ConstraintValidator\\SubjectConfirmationResponseToMatches constructor expects SimpleSAML\\SAML2\\XML\\samlp\\Response, Mockery\\MockInterface given\.$#' |
| 41 | + identifier: argument.type |
35 | 42 | count: 5 |
36 | 43 | path: tests/SAML2/Assertion/Validation/ConstraintValidator/SubjectConfirmationResponseToMatchesTest.php |
37 | 44 |
|
38 | 45 | - |
39 | | - message: "#^PHPDoc tag @var for property SimpleSAML\\\\Test\\\\SAML2\\\\XML\\\\saml\\\\SubjectConfirmationValidatorTest\\:\\:\\$validator with type SimpleSAML\\\\SAML2\\\\Response\\\\Validation\\\\Validator is incompatible with native type SimpleSAML\\\\SAML2\\\\Signature\\\\Validator\\.$#" |
| 46 | + message: '#^PHPDoc tag @var for property SimpleSAML\\Test\\SAML2\\XML\\saml\\SubjectConfirmationValidatorTest\:\:\$validator with type SimpleSAML\\SAML2\\Response\\Validation\\Validator is incompatible with native type SimpleSAML\\SAML2\\Signature\\Validator\.$#' |
| 47 | + identifier: property.phpDocType |
40 | 48 | count: 1 |
41 | 49 | path: tests/SAML2/Assertion/Validation/SubjectConfirmationValidatorTest.php |
42 | 50 |
|
43 | 51 | - |
44 | | - message: "#^Result of method SimpleSAML\\\\SAML2\\\\Assertion\\\\Processor\\:\\:validateAssertion\\(\\) \\(void\\) is used\\.$#" |
45 | | - count: 1 |
46 | | - path: tests/SAML2/Assertion/Validation/SubjectConfirmationValidatorTest.php |
47 | | - |
48 | | - - |
49 | | - message: "#^Parameter \\#1 \\$element of method SimpleSAML\\\\SAML2\\\\Certificate\\\\KeyCollection\\:\\:add\\(\\) expects SimpleSAML\\\\SAML2\\\\Certificate\\\\Key, string given\\.$#" |
| 52 | + message: '#^Parameter \#1 \$element of method SimpleSAML\\SAML2\\Certificate\\KeyCollection\:\:add\(\) expects SimpleSAML\\SAML2\\Certificate\\Key, string given\.$#' |
| 53 | + identifier: argument.type |
50 | 54 | count: 1 |
51 | 55 | path: tests/SAML2/Certificate/KeyCollectionTest.php |
52 | 56 |
|
53 | 57 | - |
54 | | - message: "#^Call to an undefined method Mockery\\\\Expectation\\:\\:shouldReceive\\(\\)\\.$#" |
| 58 | + message: '#^Call to an undefined method Mockery\\Expectation\:\:shouldReceive\(\)\.$#' |
| 59 | + identifier: method.notFound |
55 | 60 | count: 3 |
56 | 61 | path: tests/SAML2/Certificate/KeyLoaderTest.php |
57 | 62 |
|
58 | 63 | - |
59 | | - message: "#^Parameter \\#1 \\$config of method SimpleSAML\\\\SAML2\\\\Certificate\\\\KeyLoader\\:\\:loadKeysFromConfiguration\\(\\) expects SimpleSAML\\\\SAML2\\\\Configuration\\\\CertificateProvider, Mockery\\\\MockInterface given\\.$#" |
| 64 | + message: '#^Parameter \#1 \$config of method SimpleSAML\\SAML2\\Certificate\\KeyLoader\:\:loadKeysFromConfiguration\(\) expects SimpleSAML\\SAML2\\Configuration\\CertificateProvider, Mockery\\MockInterface given\.$#' |
| 65 | + identifier: argument.type |
60 | 66 | count: 3 |
61 | 67 | path: tests/SAML2/Certificate/KeyLoaderTest.php |
62 | 68 |
|
63 | 69 | - |
64 | | - message: "#^Parameter \\#1 \\$response of method SimpleSAML\\\\SAML2\\\\Response\\\\Validation\\\\ConstraintValidator\\\\DestinationMatches\\:\\:validate\\(\\) expects SimpleSAML\\\\SAML2\\\\XML\\\\samlp\\\\Response, Mockery\\\\MockInterface given\\.$#" |
| 70 | + message: '#^Parameter \#1 \$response of method SimpleSAML\\SAML2\\Response\\Validation\\ConstraintValidator\\DestinationMatches\:\:validate\(\) expects SimpleSAML\\SAML2\\XML\\samlp\\Response, Mockery\\MockInterface given\.$#' |
| 71 | + identifier: argument.type |
65 | 72 | count: 2 |
66 | 73 | path: tests/SAML2/Response/Validation/ConstraintValidator/DestinationMatchesTest.php |
67 | 74 |
|
68 | 75 | - |
69 | | - message: "#^Parameter \\#1 \\$response of method SimpleSAML\\\\SAML2\\\\Response\\\\Validation\\\\ConstraintValidator\\\\IsSuccessful\\:\\:validate\\(\\) expects SimpleSAML\\\\SAML2\\\\XML\\\\samlp\\\\Response, Mockery\\\\MockInterface given\\.$#" |
| 76 | + message: '#^Parameter \#1 \$response of method SimpleSAML\\SAML2\\Response\\Validation\\ConstraintValidator\\IsSuccessful\:\:validate\(\) expects SimpleSAML\\SAML2\\XML\\samlp\\Response, Mockery\\MockInterface given\.$#' |
| 77 | + identifier: argument.type |
70 | 78 | count: 2 |
71 | 79 | path: tests/SAML2/Response/Validation/ConstraintValidator/IsSuccessfulTest.php |
72 | 80 |
|
73 | 81 | - |
74 | | - message: "#^Parameter \\#1 \\$xml of static method SimpleSAML\\\\SAML2\\\\XML\\\\saml\\\\Assertion\\:\\:fromXML\\(\\) expects DOMElement, DOMNode\\|null given\\.$#" |
| 82 | + message: '#^Parameter \#1 \$xml of static method SimpleSAML\\SAML2\\XML\\saml\\Assertion\:\:fromXML\(\) expects DOMElement, DOMNode\|null given\.$#' |
| 83 | + identifier: argument.type |
75 | 84 | count: 2 |
76 | 85 | path: tests/SAML2/Response/XmlSignatureWrappingTest.php |
| 86 | + |
| 87 | + - |
| 88 | + message: '#^Parameter \#1 \$requestedAuthnContexts of class SimpleSAML\\SAML2\\XML\\samlp\\RequestedAuthnContext constructor expects array\<SimpleSAML\\SAML2\\XML\\saml\\AuthnContextClassRef\|SimpleSAML\\SAML2\\XML\\saml\\AuthnContextDeclRef\>, array\<int, DOMDocument\|SimpleSAML\\SAML2\\XML\\saml\\AuthnContextDeclRef\> given\.$#' |
| 89 | + identifier: argument.type |
| 90 | + count: 1 |
| 91 | + path: tests/SAML2/XML/samlp/RequestedAuthnContextTest.php |
0 commit comments