Skip to content

Commit 92b1a3b

Browse files
authored
Do not promoted trait-property on initialization
1 parent 62f2ed8 commit 92b1a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/xenc/AbstractAgreementMethodType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final public function __construct(
4242
protected ?KANonce $kaNonce = null,
4343
protected ?OriginatorKeyInfo $originatorKeyInfo = null,
4444
protected ?RecipientKeyInfo $recipientKeyInfo = null,
45-
protected array $children = [],
45+
array $children = [],
4646
) {
4747
$this->setElements($children);
4848
}

0 commit comments

Comments
 (0)