diff --git a/public/modules/custom/helfi_kymp_content/helfi_kymp_content.module b/public/modules/custom/helfi_kymp_content/helfi_kymp_content.module index 738395315..1578dfef2 100644 --- a/public/modules/custom/helfi_kymp_content/helfi_kymp_content.module +++ b/public/modules/custom/helfi_kymp_content/helfi_kymp_content.module @@ -5,6 +5,8 @@ * Contains alterations for content. */ +declare(strict_types=1); + use Drupal\Core\Cache\Cache; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityFormInterface; diff --git a/public/modules/custom/helfi_kymp_content/src/EventSubscriber/SearchApiSubscriber.php b/public/modules/custom/helfi_kymp_content/src/EventSubscriber/SearchApiSubscriber.php index 0ad9d19a5..8393e069e 100644 --- a/public/modules/custom/helfi_kymp_content/src/EventSubscriber/SearchApiSubscriber.php +++ b/public/modules/custom/helfi_kymp_content/src/EventSubscriber/SearchApiSubscriber.php @@ -1,5 +1,7 @@