Skip to content

Commit

Permalink
UHF-8838: Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Sep 22, 2023
1 parent 32296de commit 90e7edc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -1674,8 +1674,7 @@ function hdbt_preprocess_external_entity__helfi_hearings(array &$variables) {
/**
* Implements hook_theme_suggestions_alter() for container.
*/
function hdbt_theme_suggestions_container_alter(array &$suggestions, array &$variables)
{
function hdbt_theme_suggestions_container_alter(array &$suggestions, array &$variables) {
$name = '';
$type = '';
if (isset($variables['element']['#name'])) {
Expand Down

0 comments on commit 90e7edc

Please sign in to comment.