Browse Source

Update IslandoraUtils.php

Fixed PHPDoc
pull/1017/head
Alan Stanley 7 months ago committed by GitHub
parent
commit
1bca617d4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/IslandoraUtils.php

4
src/IslandoraUtils.php

@ -771,8 +771,8 @@ class IslandoraUtils {
/** /**
* Deletes Media and all associated files. * Deletes Media and all associated files.
* *
* @param object $media * @param \Drupal\media\MediaInterface[] $media
* Ids of media to be deleted. * Array of media to be deleted.
* *
* @return array * @return array
* Associative array keyed 'deleted' and 'inaccessible'. * Associative array keyed 'deleted' and 'inaccessible'.

Loading…
Cancel
Save