add property type

This commit is contained in:
Daniel Seifert 2024-02-01 14:43:31 +01:00
parent 5ae27428f7
commit 2351d7ce85
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class ModulePathResolverBridge implements ModulePathResolverBridgeInterface
/** /**
* @var ModulePathResolverInterface * @var ModulePathResolverInterface
*/ */
private $modulePathResolver; private ModulePathResolverInterface $modulePathResolver;
public function __construct( public function __construct(
ModulePathResolverInterface $modulePathResolver ModulePathResolverInterface $modulePathResolver