mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove double lines from code.
This commit is contained in:
@@ -132,7 +132,6 @@ class StageNewHandler
|
||||
/** @var MonetaryAccountSavings $object */
|
||||
$array = $this->processMas($object);
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
// @codeCoverageIgnoreStart
|
||||
throw new FireflyException(sprintf('Bunq import routine cannot handle account of type "%s".', get_class($object)));
|
||||
|
@@ -92,7 +92,6 @@ class OFXProcessor implements FileProcessorInterface
|
||||
// var_dump($transaction);
|
||||
// }
|
||||
//
|
||||
//
|
||||
// die('I am here.');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user