Skip to content

Commit

Permalink
refs vufind-org#2999 do not use inheritdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
RLangeUni committed Oct 18, 2024
1 parent d31c992 commit d614377
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,14 @@ public function getSourceIdentifier()
}

/**
* @inheritdoc
* Sets the result set identifier for all records in the collection.
*
* This method assigns a given UUID to each record in the collection by calling
* the `setResultSetIdentifier` method on each record.
*
* @param string $uuid A valid UUID to be assigned to each record in the collection.
*
* @return void
*/
public function setResultSetIdentifier(string $uuid)
{
Expand Down

0 comments on commit d614377

Please sign in to comment.