mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 21:53:41 +00:00
Expand tests, do code cleanup.
This commit is contained in:
@@ -51,6 +51,7 @@ class Map implements ConfigurationInterface
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @throws \League\Csv\Exception
|
||||
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
|
||||
*/
|
||||
public function getData(): array
|
||||
{
|
||||
@@ -187,6 +188,7 @@ class Map implements ConfigurationInterface
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function getMappableColumns(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user