Skip to content

Commit

Permalink
Change return type in _getParentHref
Browse files Browse the repository at this point in the history
It never returns null because for null it is overwritten with empty string
  • Loading branch information
beatrycze-volk committed May 5, 2023
1 parent 2fd1c7f commit fc04284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Common/MetsDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ protected function _getToplevelId()
/**
* Try to determine URL of parent document.
*
* @return string|null
* @return string
*/
public function _getParentHref()
{
Expand Down

0 comments on commit fc04284

Please sign in to comment.