Skip to content

feat: backend savings #121

feat: backend savings

feat: backend savings #121

Triggered via push October 24, 2024 16:56
Status Failure
Total duration 55s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ECS Check
Process completed with exit code 2.
PHPStan: src/Controller/Transaction/ListTransactionController.php#L43
Call to an undefined method App\Controller\Transaction\ListTransactionController::paginatedResponse().
PHPStan: src/Controller/Transaction/ListTransactionController.php#L43
Method App\Controller\Transaction\ListTransactionController::__invoke() should return Symfony\Component\HttpFoundation\JsonResponse but returns mixed.
PHPStan: src/Entity/Transaction.php#L52
Property App\Entity\Transaction::$amount type mapping mismatch: property can contain float|null but database expects float|int.
PHPStan: src/Entity/Transaction.php#L80
Class App\Entity\Transaction has an uninitialized property $date. Give it default value or assign it in the constructor.
PHPStan: src/Entity/Transaction.php#L116
Declared return type App\Enum\TransactionTypesEnum|null contains null, but it is never returned. Returned types: App\Enum\TransactionTypesEnum.
PHPStan: src/Service/TransactionService.php#L65
Cannot call method getId() on App\Entity\Account|null.
PHPStan
Process completed with exit code 1.