From 081895bc6719dc621080cf956db62e3be39704b3 Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Tue, 12 Feb 2019 14:08:22 -0600 Subject: [PATCH] Alter PHPDoc for islandora_viewers_form() --- includes/solution_packs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/solution_packs.inc b/includes/solution_packs.inc index c5cc5555..d8ff3435 100644 --- a/includes/solution_packs.inc +++ b/includes/solution_packs.inc @@ -630,7 +630,7 @@ function islandora_check_object_status(AbstractObject $object_definition) { * * @param string $variable_id * The ID of the Drupal variable to save the viewer settings in. - * @param string $mimetype + * @param string|array $mimetype * The table will be populated with viewers supporting this mimetype. * @param string $model * The table will be populated with viewers supporting this content model.