Skip to content

Commit

Permalink
Correct the function name getRelatedItems
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Apr 5, 2024
1 parent 082238f commit dd65423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mods/ModsReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public function getRecordInfos(string $query = ''): array
*
* @return RelatedItem[]
*/
public function getRelatedItem(string $query = ''): array
public function getRelatedItems(string $query = ''): array
{
$relatedItems = [];
$xpath = './mods:relatedItem' . $query;
Expand Down

0 comments on commit dd65423

Please sign in to comment.