mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-09 03:44:57 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -66,7 +66,7 @@ class JournalLinkRequest extends FormRequest
|
||||
$combinations[] = sprintf('%d_inward', $type->id);
|
||||
$combinations[] = sprintf('%d_outward', $type->id);
|
||||
}
|
||||
$string = implode(',', $combinations);
|
||||
$string = implode(',', $combinations);
|
||||
|
||||
// fixed
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user