Skip to content

Commit

Permalink
Address SonarCloud issues [API-397]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Sep 28, 2023
1 parent 7d656c2 commit 12562af
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 102 deletions.
4 changes: 2 additions & 2 deletions app/Models/Collections/Artwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ public function exampleSearchQuery()
*/
public function docExtra()
{
$endpointAsCopyText = $this->_endpointAsCopyText();
$endpointAsCopyText = $this->endpointAsCopyText();

// Title
$doc = '##### `GET ' . $this->_endpointPath(['extraPath' => '{id}/manifest[.json]']) . "`\n\n";
$doc = '##### `GET ' . $this->endpointPath(['extraPath' => '{id}/manifest[.json]']) . "`\n\n";

$doc .= "A representation of this artwork in the IIIF Presentation API format.\n\n";

Expand Down
Loading

0 comments on commit 12562af

Please sign in to comment.