feat: backend savings #129
Annotations
8 errors
PHPStan:
src/Service/TransactionService.php#L124
Cannot call method updateBalance() on App\Entity\Account|null.
|
PHPStan:
src/Service/TransactionService.php#L126
Parameter #1 $account of method App\Service\AccountService::save() expects App\Entity\Account, App\Entity\Account|null given.
|
PHPStan:
src/Service/TransactionService.php#L134
Cannot call method updateBalance() on App\Entity\Account|null.
|
PHPStan:
src/Service/TransactionService.php#L136
Parameter #1 $account of method App\Service\AccountService::save() expects App\Entity\Account, App\Entity\Account|null given.
|
PHPStan:
src/Service/TransactionService.php#L146
Cannot call method updateBalance() on App\Entity\Account|null.
|
PHPStan:
src/Service/TransactionService.php#L147
Cannot call method updateBalance() on App\Entity\Account|null.
|
PHPStan:
src/Service/TransactionService.php#L149
Parameter #1 $account of method App\Service\AccountService::save() expects App\Entity\Account, App\Entity\Account|null given.
|
PHPStan
Process completed with exit code 1.
|