Fix PHPStan: do not store entity storage as a class property
Replaces the two entity-storage class properties phpstan flags (drupal.entityStoragePropertyAssignment) with a call-site accessor.
DomainConfigUtilities: the constructor now promotesEntityTypeManagerInterfaceinstead of assigning a storage handler, and a protecteddomainStorage()resolves the handler when it is needed. Autowired, so no services.yml change.DomainSwitchControllerTest: same shape, which also removes a handler captured before the test rebuilds the container insetUp().
phpstan reports 0 errors for the project afterwards. phpcs (Drupal, DrupalPractice, warnings on) clean, kernel tests green (4 tests, 20 assertions).
A backport branch for 2.0.x is on the same issue fork (3613722-fix-phpstan-20x), where only DomainConfigUtilities is affected: that branch has no domain_sso_admin_toolbar kernel test.