Skip to content

Commit f1e2acd

Browse files
committed
1 parent 3163047 commit f1e2acd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/XML/EncryptedElementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Interface for encrypted elements.
1313
*
14-
* @package simplesamlphp/saml2
14+
* @package simplesamlphp/xml-security
1515
*/
1616
interface EncryptedElementInterface
1717
{

src/XML/EncryptedElementTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Trait aggregating functionality for encrypted elements.
1818
*
19-
* @package simplesamlphp/saml2
19+
* @package simplesamlphp/xml-security
2020
*/
2121
trait EncryptedElementTrait
2222
{

0 commit comments

Comments
 (0)