Skip to content

Commit

Permalink
Set baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 26, 2024
1 parent 5123758 commit a951b47
Showing 1 changed file with 6 additions and 36 deletions.
42 changes: 6 additions & 36 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,12 @@ parameters:
path: src/SAML2/Certificate/PrivateKeyLoader.php

-
message: "#^Property SimpleSAML\\\\SAML2\\\\Entity\\\\ServiceProvider\\:\\:\\$storageProvider has unknown class SimpleSAML\\\\SAML2\\\\Entity\\\\StorageProviderInterface as its type\\.$#"
message: "#^Parameter \\$storageProvider of method SimpleSAML\\\\SAML2\\\\Entity\\\\ServiceProvider\\:\\:setStorageProvider\\(\\) has invalid type SimpleSAML\\\\SAML2\\\\StorageProviderInterface\\.$#"
count: 1
path: src/SAML2/Entity/ServiceProvider.php

-
message: "#^Property SimpleSAML\\\\SAML2\\\\Entity\\\\ServiceProvider\\:\\:\\$storageProvider has unknown class SimpleSAML\\\\SAML2\\\\StorageProviderInterface as its type\\.$#"
count: 1
path: src/SAML2/Entity/ServiceProvider.php

Expand Down Expand Up @@ -310,41 +315,6 @@ parameters:
count: 1
path: src/SAML2/HTTPArtifact.php

-
message: "#^Undefined variable\\: \\$query$#"
count: 2
path: src/SAML2/HTTPArtifact.php

-
message: "#^Variable \\$query in isset\\(\\) is never defined\\.$#"
count: 1
path: src/SAML2/HTTPArtifact.php

-
message: "#^Class SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\ResponseValidator constructor invoked with 0 parameters, 2 required\\.$#"
count: 1
path: src/SAML2/Process/Validation/ResponseValidator.php

-
message: "#^Class SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\Response\\\\DestinationMatches constructor invoked with 1 parameter, 2 required\\.$#"
count: 1
path: src/SAML2/Process/Validation/ResponseValidator.php

-
message: "#^Instantiated class SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\IsSuccesful not found\\.$#"
count: 1
path: src/SAML2/Process/Validation/ResponseValidator.php

-
message: "#^Parameter \\$element of method SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\ResponseValidator\\:\\:validate\\(\\) has invalid type SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\SerializableElementInterface\\.$#"
count: 1
path: src/SAML2/Process/Validation/ResponseValidator.php

-
message: "#^Parameter \\$validator of method SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\ResponseValidator\\:\\:addConstraintValidator\\(\\) has invalid type SimpleSAML\\\\SAML2\\\\Process\\\\Validation\\\\ConstraintValidationInterface\\.$#"
count: 1
path: src/SAML2/Process/Validation/ResponseValidator.php

-
message: "#^Instantiated class SimpleSAML\\\\Utils\\\\Config not found\\.$#"
count: 1
Expand Down

0 comments on commit a951b47

Please sign in to comment.