diff --git a/src/IslandoraUtils.php b/src/IslandoraUtils.php index a29beaa36..5d667fc42 100644 --- a/src/IslandoraUtils.php +++ b/src/IslandoraUtils.php @@ -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'.