feat: backend suivi épargne #114
Annotations
9 errors and 1 warning
ECS Check
Process completed with exit code 2.
|
PHPStan:
src/Entity/Account.php#L51
Property App\Entity\Account::$amount type mapping mismatch: property can contain float|null but database expects float|int.
|
PHPStan:
src/Entity/Transaction.php#L32
Property App\Entity\Transaction::$amount type mapping mismatch: property can contain float|null but database expects float|int.
|
PHPStan:
src/Entity/Transaction.php#L48
Class App\Entity\Transaction has an uninitialized property $date. Give it default value or assign it in the constructor.
|
PHPStan:
src/Entity/Transaction.php#L83
Declared return type App\Enum\TransactionTypesEnum|null contains null, but it is never returned. Returned types: App\Enum\TransactionTypesEnum.
|
PHPStan:
src/Service/AccountService.php#L70
Method App\Service\AccountService::list() return type has no value type specified in iterable type array.
|
PHPStan:
src/Service/AccountService.php#L70
Method list always return list, but is marked as array
|
PHPStan
Process completed with exit code 1.
|
Run Tests
Process completed with exit code 1.
|
PHP Lint
Docker build failed with exit code 1, back off 5.998 seconds before retry.
|