Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class EncryptedAttribute extends AbstractSamlElement implements EncryptedElementInterface |
||
19 | { |
||
20 | use EncryptedElementTrait; |
||
1 ignored issue
–
show
|
|||
21 | |||
22 | |||
23 | /** |
||
24 | * @inheritDoc |
||
25 | * |
||
26 | * @return \SAML2\XML\saml\Attribute |
||
27 | * @throws \Exception |
||
28 | * |
||
29 | * @psalm-suppress MismatchingDocblockReturnType |
||
30 | * @psalm-suppress ImplementedReturnTypeMismatch |
||
31 | */ |
||
32 | public function decrypt(XMLSecurityKey $key, array $blacklist = []): AbstractXMLElement |
||
39 |