mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Format code.
This commit is contained in:
parent
39cb600cc3
commit
0d48556994
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user