Skip to content

Commit 05fde5a

Browse files
committed
Fix signature: nullable parameter
1 parent 61c4f04 commit 05fde5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/wsa_200508/RelatesTo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class RelatesTo extends AbstractWsaElement implements SchemaValidatableEle
4141
*/
4242
public function __construct(
4343
AnyURIValue $content,
44-
protected ?AnyURIValue $RelationshipType,
44+
protected ?AnyURIValue $RelationshipType = null,
4545
array $namespacedAttributes = [],
4646
) {
4747
$this->setContent($content);

0 commit comments

Comments
 (0)