Skip to content

Commit

Permalink
Adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Dec 17, 2024
1 parent 64e74e9 commit 7692117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/OAI/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ protected function attachNonDeleted(
* @param AbstractRecordDriver $record A record driver object
* @param string $format Metadata format to obtain
*
* @return array [xml => record as xml or false on error, default_return => true for not displaying as error]
* @return array [xml => record as xml or false on error, default_return => true or false]
*/
protected function getRecordAsXML(AbstractRecordDriver $record, string $format): array
{
Expand Down

0 comments on commit 7692117

Please sign in to comment.