diff --git a/helfi_proxy.module b/helfi_proxy.module index 3acee2c..fa91826 100644 --- a/helfi_proxy.module +++ b/helfi_proxy.module @@ -15,8 +15,8 @@ function helfi_proxy_module_implements_alter(&$implementations, $hook) : void { // Move helfi_proxy_file_url_alter() implementation to the top of the // list, so this is always run first before any other alter hooks, more // specifically before 'crop_file_url_alter()' which seems to convert certain - // responsive image styles to an external URL that will break our implementation. - // @see UHF-7946. + // responsive image styles to an external URL that will break our + // implementation. @see UHF-7946. if ($hook === 'file_url_alter') { $group = $implementations['helfi_proxy']; $implementations = ['helfi_proxy' => $group] + $implementations;