mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
new language strings and updated code
This commit is contained in:
@@ -26,8 +26,10 @@ namespace FireflyIII\Services\Spectre\Object;
|
||||
use Carbon\Carbon;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Class Transaction
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortVariable)
|
||||
*/
|
||||
class Transaction extends SpectreObject
|
||||
{
|
||||
@@ -169,7 +171,10 @@ class Transaction extends SpectreObject
|
||||
}
|
||||
|
||||
/**
|
||||
* Get opposing account data.
|
||||
*
|
||||
* @return array
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
public function getOpposingAccountData(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user