Skip to content

Commit

Permalink
More complete parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley authored May 27, 2024
1 parent 2833d15 commit 7180cae
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 array $media
* Array of media to be deleted.
* @param \Drupal\media\MediaInterface[] $media
* Array of media objects to be deleted along with their files.
*
* @return array
* Associative array keyed 'deleted' and 'inaccessible'.
Expand Down

0 comments on commit 7180cae

Please sign in to comment.