From 36a2f3bb2728044b962453399f6de846761209d8 Mon Sep 17 00:00:00 2001
From: Ankit Pathak <1972-ankitv18@users.noreply.drupalcode.org>
Date: Wed, 12 Jun 2024 15:31:25 +0000
Subject: [PATCH] Adding native type.

---
 src/Form/SettingsForm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php
index 87eaf2b..7c16d85 100644
--- a/src/Form/SettingsForm.php
+++ b/src/Form/SettingsForm.php
@@ -18,7 +18,7 @@ class SettingsForm extends ConfigFormBase {
    *
    * @var \Drupal\Core\Config\TypedConfigManagerInterface
    */
-  protected $typedConfigManager;
+  protected TypedConfigManagerInterface $typedConfigManager;
 
   /**
    * SettingsForm constructor.
-- 
GitLab