Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class RespondWith extends AbstractSamlpElement |
||
15 | { |
||
16 | use QNameElementTrait; |
||
1 ignored issue
–
show
|
|||
17 | |||
18 | |||
19 | /** |
||
20 | * Initialize a samlp:RespondWith |
||
21 | * |
||
22 | * @param string $qname |
||
23 | * @param string|null $namespaceUri |
||
24 | */ |
||
25 | public function __construct(string $qname, ?string $namespaceUri = null) |
||
31 |