Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 30, 2024
1 parent 2ab117d commit 06e5c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/MetadataHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public function getPoster(ObjectEntity|null $object = null, Folder|null $publica
if ($publication !== null && $this->Poster->exists($publication)) {
return $this->Poster->url($publication, 'default');
}

return null;
}

Expand Down

0 comments on commit 06e5c8e

Please sign in to comment.