/**
* @return array<mixed>
*/
public function getResolvedConfiguration(string
$domain, Context
$context, ?string
$salesChannelId = null
): array
{ $config =
[];
if ($this->
checkConfiguration($domain,
$context)) { $config =
array_merge( $config,
$this->
enrichValues( $this->
getConfiguration($domain,
$context),
$salesChannelId ) );
} return $config;
} public function checkConfiguration(string
$domain, Context
$context): bool
{