We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009819 commit d434d4bCopy full SHA for d434d4b
1 file changed
src/CitationResourceMatchFinder.php
@@ -57,7 +57,7 @@ public function findCitationResourceLinks( array $subjects, $linkClass = '', $ca
57
58
foreach ( $subjects as $subject ) {
59
60
- $dataValue = $this->dataValueFactory->newDataValueByItem(
+ $dataValue = $this->dataValueFactory->newDataItemValue(
61
$subject,
62
null
63
);
0 commit comments