return;
} $io->
caution( sprintf( 'App "%s" should be %s but requires the following permissions:',
$manifest->
getMetadata()->
getName(),
$install ? 'installed' : 'updated'
) );
$this->
printPermissionTable($io,
$permissions);
} /**
* @throws UserAbortedCommandException
*/
public function checkHosts(Manifest
$manifest, ShopwareStyle
$io): void
{ $hosts =
$manifest->
getAllHosts();
if (empty($hosts)) { return;
}