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 62f2ed8 commit 92b1a3bCopy full SHA for 92b1a3b
src/XML/xenc/AbstractAgreementMethodType.php
@@ -42,7 +42,7 @@ final public function __construct(
42
protected ?KANonce $kaNonce = null,
43
protected ?OriginatorKeyInfo $originatorKeyInfo = null,
44
protected ?RecipientKeyInfo $recipientKeyInfo = null,
45
- protected array $children = [],
+ array $children = [],
46
) {
47
$this->setElements($children);
48
}
0 commit comments