Add tests and fix static errors

This commit is contained in:
barisgit 2025-08-02 21:14:04 +02:00 committed by Jan Böhmer
parent fa7f3a1da1
commit 2bc39e7791
8 changed files with 576 additions and 25 deletions

View file

@ -66,7 +66,7 @@ class BulkInfoProviderImportJob extends AbstractDBElement
#[ORM\ManyToOne(targetEntity: User::class)]
#[ORM\JoinColumn(nullable: false)]
private User $createdBy;
private ?User $createdBy = null;
#[ORM\Column(type: Types::JSON)]
private array $progress = [];