/**
* @throws UserAbortedCommandException
*/
public function checkHosts(Manifest
$manifest, ShopwareStyle
$io): void
{ $hosts =
$manifest->
getAllHosts();
if (empty($hosts)) { return;
} $this->
printHosts($manifest,
$hosts,
$io, true
);
if (!
$io->
confirm( 'Do you consent with data being shared or transferred to the domains listed above?',
false
)) { throw new UserAbortedCommandException();
} } private function printHosts(Manifest
$app, array
$hosts, ShopwareStyle
$io, bool
$install): void
{