Skip to content

feat: backend savings #129

feat: backend savings

feat: backend savings #129

Triggered via push October 26, 2024 21:18
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.