Browse Source

Type hint

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

2
src/IslandoraUtils.php

@ -781,7 +781,7 @@ class IslandoraUtils {
* @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException * @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
* @throws \Drupal\Core\Entity\EntityStorageException * @throws \Drupal\Core\Entity\EntityStorageException
*/ */
public function deleteMediaAndFiles($media) { public function deleteMediaAndFiles(array $media) {
$results = []; $results = [];
$delete_media = []; $delete_media = [];
$delete_files = []; $delete_files = [];

Loading…
Cancel
Save