diff --git a/islandora.install b/islandora.install index 960c05b2..ad2eb8e1 100644 --- a/islandora.install +++ b/islandora.install @@ -207,7 +207,8 @@ function islandora_update_8007() { throw new UpdateException('Failed; encountered an exception while trying to enable ctools.', 0, $e); } - // Theoretically impossible to hit, as ModuleInstaller::install() only returns TRUE (or throws/propagates an exception), but... - // probably a good idea to have the here, just in case? + // Theoretically impossible to hit, as ModuleInstaller::install() only returns + // TRUE (or throws/propagates an exception), but... probably a good idea to + // have the here, just in case? throw new UpdateException('Failed; hit the end of the update hook implementation, which is not expected.'); }