Skip to content

Commit

Permalink
UHF-7946: phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 16, 2023
1 parent 05c6e80 commit 049c309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helfi_proxy.module
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 049c309

Please sign in to comment.