new language strings and updated code

This commit is contained in:
James Cole
2018-07-28 06:27:30 +02:00
parent 0ccc1271a6
commit 07ae64693e
49 changed files with 298 additions and 269 deletions

View File

@@ -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
{