More type deconfusion
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-05 14:36:56 +00:00
parent f7b4a8f9cd
commit c1fb42c4ff
4 changed files with 21 additions and 15 deletions

View File

@ -35,10 +35,11 @@ class CommandShow extends Command
$sio->error('Configuration error: ' . $e->getMessage());
return Command::FAILURE;
}
/** @var array{title: string, source: string, destination: string}[] */
$backupElements = $app->getConfig('backup');
$sio->table(
['Description', 'Source', 'Destination'],
$app->getConfig('backup')
$backupElements
);
$sio->success("Done");