We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6f4d commit 73e1ef3Copy full SHA for 73e1ef3
src/XML/EncryptedElementTrait.php
@@ -40,7 +40,7 @@ trait EncryptedElementTrait
40
*
41
* @param \SimpleSAML\XMLSecurity\XML\xenc\EncryptedData $encryptedData The EncryptedData object.
42
*/
43
- public function __construct(
+ final public function __construct(
44
protected EncryptedData $encryptedData,
45
) {
46
$keyInfo = $this->encryptedData->getKeyInfo();
0 commit comments