mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
remove old inspections
This commit is contained in:
@@ -66,7 +66,6 @@ class Amount
|
||||
* @return string
|
||||
*
|
||||
* @throws FireflyException
|
||||
* @noinspection MoreThanThreeArgumentsInspection
|
||||
*/
|
||||
public function formatFlat(string $symbol, int $decimalPlaces, string $amount, bool $coloured = null): string
|
||||
{
|
||||
|
||||
@@ -81,7 +81,6 @@ trait ModelInformation
|
||||
$debt = $repository->getAccountTypeByType(AccountType::DEBT);
|
||||
$loan = $repository->getAccountTypeByType(AccountType::LOAN);
|
||||
$mortgage = $repository->getAccountTypeByType(AccountType::MORTGAGE);
|
||||
/** @noinspection NullPointerExceptionInspection */
|
||||
$liabilityTypes = [
|
||||
$debt->id => (string) trans(sprintf('firefly.account_type_%s', AccountType::DEBT)),
|
||||
$loan->id => (string) trans(sprintf('firefly.account_type_%s', AccountType::LOAN)),
|
||||
|
||||
@@ -37,7 +37,6 @@ use Twig\TwigFunction;
|
||||
*/
|
||||
class TransactionGroupTwig extends AbstractExtension
|
||||
{
|
||||
/** @noinspection PhpMissingParentCallCommonInspection */
|
||||
/**
|
||||
* @return array
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user