Skip to content

Commit 40658ba

Browse files
committed
Fix phpdoc
1 parent 8d45f60 commit 40658ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/xenc/CipherData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class CipherData extends AbstractXencElement
2020
{
21-
/** @var \SimpleSAML\XMLSecurity\xenc\CipherValue|null */
21+
/** @var \SimpleSAML\XMLSecurity\XML\xenc\CipherValue|null */
2222
protected ?CipherValue $cipherValue = null;
2323

2424
/** @var \SimpleSAML\XMLSecurity\XML\xenc\CipherReference|null */

0 commit comments

Comments
 (0)