Skip to content

Commit 5333602

Browse files
committed
Fix CS issues in Package entity
1 parent 900dca4 commit 5333602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Doctrine/Entity/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Package
5959
#[ORM\Column(nullable: true)]
6060
private ?string $remoteId = null;
6161

62-
#[ORM\Column(type: Types::STRING, enumType: PackageFetchStrategy::class, nullable: true)]
62+
#[ORM\Column(type: Types::STRING, nullable: true, enumType: PackageFetchStrategy::class)]
6363
private PackageFetchStrategy|string|null $fetchStrategy = null;
6464

6565
#[ORM\ManyToOne]

0 commit comments

Comments
 (0)