Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Mar 11, 2024
1 parent 2b3924b commit 0b8d3c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ public function hydrate(DocumentItem $item): Document
$document->setFullPath($item->getFullPath());

$document->setPageCount($item->getPageCount());

return $document;
}
}

0 comments on commit 0b8d3c3

Please sign in to comment.