mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Format code.
This commit is contained in:
@@ -135,9 +135,10 @@ class ExportData extends Command
|
||||
|
||||
$data = $exporter->export();
|
||||
|
||||
if(0===count($data)) {
|
||||
if (0 === count($data)) {
|
||||
$this->error('You must export *something*. Use --export-transactions or another option. See docs.firefly-iii.org');
|
||||
return 1;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user