From 2351d7ce859a7224c1753621cf7a61df040919a3 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 1 Feb 2024 14:43:31 +0100 Subject: [PATCH] add property type --- Internal/Framework/Module/Path/ModulePathResolverBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/Framework/Module/Path/ModulePathResolverBridge.php b/Internal/Framework/Module/Path/ModulePathResolverBridge.php index b0fd674..f8b2087 100644 --- a/Internal/Framework/Module/Path/ModulePathResolverBridge.php +++ b/Internal/Framework/Module/Path/ModulePathResolverBridge.php @@ -22,7 +22,7 @@ class ModulePathResolverBridge implements ModulePathResolverBridgeInterface /** * @var ModulePathResolverInterface */ - private $modulePathResolver; + private ModulePathResolverInterface $modulePathResolver; public function __construct( ModulePathResolverInterface $modulePathResolver