From 1bca617d4ff65a0c93d126a1ae859f4c0cd510bd Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Mon, 20 May 2024 12:20:10 -0300 Subject: [PATCH] Update IslandoraUtils.php Fixed PHPDoc --- src/IslandoraUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IslandoraUtils.php b/src/IslandoraUtils.php index 5ae0bbb7..6d483e3e 100644 --- a/src/IslandoraUtils.php +++ b/src/IslandoraUtils.php @@ -771,8 +771,8 @@ class IslandoraUtils { /** * 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'.