|
@@ -49,7 +49,7 @@ discard block |
|
|
block discarded – undo |
|
49
|
49
|
* @param array<\SimpleSAML\XML\Attribute> $namespacedAttributes |
|
50
|
50
|
*/ |
|
51
|
51
|
final public function __construct( |
|
52
|
|
- protected SerializableElementInterface|MetadataReference|Location $child, |
|
|
52
|
+ protected SerializableElementInterface | MetadataReference | Location $child, |
|
53
|
53
|
protected AnyURIValue $Dialect, |
|
54
|
54
|
protected ?AnyURIValue $Identifier = null, |
|
55
|
55
|
array $namespacedAttributes = [], |
|
@@ -69,7 +69,7 @@ discard block |
|
|
block discarded – undo |
|
69
|
69
|
* \SimpleSAML\WSSecurity\XML\wsx\MetadataReference| |
|
70
|
70
|
* \SimpleSAML\WSSecurity\XML\wsx\Location) |
|
71
|
71
|
*/ |
|
72
|
|
- public function getChild(): SerializableElementInterface|MetadataReference|Location |
|
|
72
|
+ public function getChild(): SerializableElementInterface | MetadataReference | Location |
|
73
|
73
|
{ |
|
74
|
74
|
return $this->child; |
|
75
|
75
|
} |
Please login to merge, or discard this patch.