Skip to content

Commit dcaf2bc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/xenc/AbstractEncryptionMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final public function __construct(
3939
protected AnyURIValue $algorithm,
4040
protected ?KeySize $keySize = null,
4141
protected ?OAEPparams $oaepParams = null,
42-
protected array $children = [],
42+
array $children = [],
4343
) {
4444
$this->setElements($children);
4545
}

0 commit comments

Comments
 (0)