task: add @var interface type hint for domain_config_ui.manager service

PHPStan resolves the service to the concrete DomainConfigUIManager class, which is marked @internal in the domain module. Adding a @var with the interface type ensures the method call goes through the public API.

Closes #3584274

Merge request reports

Loading