Skip to content

Commit

Permalink
Update IslandoraUtils.php
Browse files Browse the repository at this point in the history
Fixed PHPDoc
  • Loading branch information
ajstanley authored May 20, 2024
1 parent 108fa6f commit 1bca617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IslandoraUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ protected function getParentsByEntityReference(ContentEntityInterface $entity, a
/**
* Deletes Media and all associated files.
*
* @param object $media
* Ids of media to be deleted.
* @param \Drupal\media\MediaInterface[] $media
* Array of media to be deleted.
*
* @return array
* Associative array keyed 'deleted' and 'inaccessible'.
Expand Down

0 comments on commit 1bca617

Please sign in to comment.