Browse Source

Typing.

pull/718/head
Jordan Dukart 6 years ago
parent
commit
cdc8ccfb20
  1. 4
      includes/regenerate_derivatives.form.inc

4
includes/regenerate_derivatives.form.inc

@ -146,10 +146,10 @@ function islandora_regenerate_datastream_derivative_batch(AbstractDatastream $da
* Whether we are forcing derivative regeneration or not. * Whether we are forcing derivative regeneration or not.
* @param array $hook * @param array $hook
* The derivative definition. * The derivative definition.
* @param array $context * @param DrushBatchContext|array $context
* The context of the current batch operation. * The context of the current batch operation.
*/ */
function islandora_derivative_perform_batch_operation($function, $file, $pid, $force, array $hook, array &$context) { function islandora_derivative_perform_batch_operation($function, $file, $pid, $force, array $hook, &$context) {
if ($file) { if ($file) {
require_once $file; require_once $file;
} }

Loading…
Cancel
Save