More type deconfusion
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user