mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Code cleanup.
This commit is contained in:
@@ -2395,7 +2395,7 @@ class TransactionControllerTest extends TestCase
|
||||
'description' => 'Some transaction #' . random_int(1, 1000),
|
||||
'date' => '2018-01-01',
|
||||
'type' => 'withdrawal',
|
||||
'tags' => join(',', $tags),
|
||||
'tags' => implode(',', $tags),
|
||||
'transactions' => [
|
||||
[
|
||||
'amount' => '10',
|
||||
|
Reference in New Issue
Block a user