File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 */
1616final 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 {
You can’t perform that action at this time.
0 commit comments