mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Code cleanup.
This commit is contained in:
@@ -70,8 +70,6 @@ class TransferCurrenciesCorrections extends Command
|
||||
*/
|
||||
public function handle(): int
|
||||
{
|
||||
|
||||
|
||||
$this->stupidLaravel();
|
||||
$start = microtime(true);
|
||||
// @codeCoverageIgnoreStart
|
||||
@@ -188,8 +186,6 @@ class TransferCurrenciesCorrections extends Command
|
||||
return;
|
||||
}
|
||||
// @codeCoverageIgnoreEnd
|
||||
|
||||
|
||||
// both accounts must have currency preference:
|
||||
// @codeCoverageIgnoreStart
|
||||
if ($this->isNoCurrencyPresent()) {
|
||||
|
Reference in New Issue
Block a user