Skip to content

feat: backend suivi épargne #117

feat: backend suivi épargne

feat: backend suivi épargne #117

Triggered via push October 23, 2024 07:25
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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.