mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand tests, do code cleanup.
This commit is contained in:
@@ -34,6 +34,9 @@ use Log;
|
||||
*/
|
||||
class Roles implements ConfigurationInterface
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $data = [];
|
||||
/** @var ImportJob */
|
||||
private $job;
|
||||
@@ -46,6 +49,7 @@ class Roles implements ConfigurationInterface
|
||||
*
|
||||
* @return array
|
||||
* @throws \League\Csv\Exception
|
||||
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
|
||||
*/
|
||||
public function getData(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user