mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-03 11:25:18 +00:00
Test improv
This commit is contained in:
@@ -76,7 +76,8 @@ class FixLongDescriptions extends Command
|
||||
}
|
||||
}
|
||||
$end = round(microtime(true) - $start, 2);
|
||||
$this->info(sprintf('Verified all transaction group and journal title lengths in %s seconds.', $end));
|
||||
$this->info('Verified all transaction group and journal title lengths.');
|
||||
$this->info(sprintf('Took %s seconds.', $end));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@@ -68,7 +68,7 @@ class FixRecurringTransactions extends Command
|
||||
|
||||
|
||||
$end = round(microtime(true) - $start, 2);
|
||||
$this->info(sprintf('Corrected recurring transactions %s seconds.', $end));
|
||||
$this->info(sprintf('Corrected recurring transactions in %s seconds.', $end));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user