Skip to content

Commit c00c988

Browse files
committed
Fix phpdoc
1 parent ab35543 commit c00c988

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/XML/ds/Transforms.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
*/
1616
final class Transforms extends AbstractDsElement
1717
{
18-
/** @var \SimpleSAML\XMLSecurity\Transform[] */
18+
/** @var \SimpleSAML\XMLSecurity\XML\ds\Transform[] */
1919
protected array $transform;
2020

2121

2222
/**
2323
* Initialize a ds:Transforms
2424
*
25-
* @param \SimpleSAML\XMLSecurity\Transform[] $transform
25+
* @param \SimpleSAML\XMLSecurity\XML\ds\Transform[] $transform
2626
*/
2727
public function __construct(array $transform)
2828
{
@@ -31,7 +31,7 @@ public function __construct(array $transform)
3131

3232

3333
/**
34-
* @return \SimpleSAML\XMLSecurity\Transform[]
34+
* @return \SimpleSAML\XMLSecurity\XML\ds\Transform[]
3535
*/
3636
public function getTransform(): array
3737
{
@@ -40,7 +40,7 @@ public function getTransform(): array
4040

4141

4242
/**
43-
* @param \SimpleSAML\XMLSecurity\Transform[] $transform
43+
* @param \SimpleSAML\XMLSecurity\XML\ds\Transform[] $transform
4444
*/
4545
protected function setTransform(array $transform): void
4646
{

0 commit comments

Comments
 (0)