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 92b1a3b commit dcaf2bcCopy full SHA for dcaf2bc
src/XML/xenc/AbstractEncryptionMethod.php
@@ -39,7 +39,7 @@ final public function __construct(
39
protected AnyURIValue $algorithm,
40
protected ?KeySize $keySize = null,
41
protected ?OAEPparams $oaepParams = null,
42
- protected array $children = [],
+ array $children = [],
43
) {
44
$this->setElements($children);
45
}
0 commit comments