Skip to content

Commit

Permalink
UHF-9530: Remove type hint since it fails phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Mar 11, 2024
1 parent 60e1409 commit 2a39242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,6 @@ function hdbt_preprocess_pager(&$variables): void {
function hdbt_preprocess_paragraph__event_list(&$variables): void {
// Expose event list variables to frontend.
if (isset($variables['paragraph'])) {
/** @var \Drupal\helfi_react_search\Entity\EventList $paragraph */
$paragraph = $variables['paragraph'];
$settings = [];

Expand Down

0 comments on commit 2a39242

Please sign in to comment.