Skip to content

Commit

Permalink
Merge pull request #49 from canparam/main
Browse files Browse the repository at this point in the history
Optional license
  • Loading branch information
aydinfatih authored Oct 29, 2024
2 parents b59e3af + 989c82a commit 38f4479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/CitationSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(
public readonly int $startIndex,
public readonly int $endIndex,
public readonly string $uri,
public readonly string $license,
public readonly ?string $license,
) {}

/**
Expand Down

0 comments on commit 38f4479

Please sign in to comment.