add property type

This commit is contained in:
2024-02-01 14:43:31 +01:00
parent 5ae27428f7
commit 2351d7ce85

View File

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