We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c4f04 commit 05fde5aCopy full SHA for 05fde5a
1 file changed
src/XML/wsa_200508/RelatesTo.php
@@ -41,7 +41,7 @@ final class RelatesTo extends AbstractWsaElement implements SchemaValidatableEle
41
*/
42
public function __construct(
43
AnyURIValue $content,
44
- protected ?AnyURIValue $RelationshipType,
+ protected ?AnyURIValue $RelationshipType = null,
45
array $namespacedAttributes = [],
46
) {
47
$this->setContent($content);
0 commit comments