Skip to content

Commit

Permalink
Update lib/Command/TransferLegacyRows.php
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Florian <dev@d10t.de>
  • Loading branch information
Florian and blizzz authored Jan 11, 2024
1 parent f38bd48 commit 3b5c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/TransferLegacyRows.php
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ private function transferTable(Table $table, OutputInterface $output): void {
* @param OutputInterface $output
* @return void
*/
private function deleteDataForTables(array $tables, OutputInterface $output) {
private function deleteDataForTables(array $tables, OutputInterface $output): void {
$output->writeln("Start deleting data for tables that should be transferred.");
foreach ($tables as $table) {
try {

0 comments on commit 3b5c82e

Please sign in to comment.