diff --git a/src/IslandoraUtils.php b/src/IslandoraUtils.php index 5ae0bbb75..6d483e3ec 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 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'.