feat: backend suivi épargne #117
Annotations
4 errors
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
Process completed with exit code 1.
|