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 8d45f60 commit 40658baCopy full SHA for 40658ba
1 file changed
src/XML/xenc/CipherData.php
@@ -18,7 +18,7 @@
18
*/
19
class CipherData extends AbstractXencElement
20
{
21
- /** @var \SimpleSAML\XMLSecurity\xenc\CipherValue|null */
+ /** @var \SimpleSAML\XMLSecurity\XML\xenc\CipherValue|null */
22
protected ?CipherValue $cipherValue = null;
23
24
/** @var \SimpleSAML\XMLSecurity\XML\xenc\CipherReference|null */
0 commit comments