Various code cleanup.

This commit is contained in:
James Cole
2025-10-05 12:57:58 +02:00
parent 072212c112
commit 6341743cf9
169 changed files with 482 additions and 305 deletions

View File

@@ -40,6 +40,7 @@ use Exception;
use Illuminate\Support\Facades\Log;
use InvalidArgumentException;
use Safe\Exceptions\FilesystemException;
use function Safe\file_put_contents;
class ExportsData extends Command
@@ -275,7 +276,11 @@ class ExportsData extends Command
}
/**
* @param array $options
* @param array $data
*
* @throws FireflyException
* @throws FilesystemException
*/
private function exportData(array $options, array $data): void
{