Skip to content

Commit 1004e8d

Browse files
committed
allow nullable repositoryClass
1 parent 4bc79d7 commit 1004e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/EntityDetails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($metadata)
3131
$this->metadata = $metadata;
3232
}
3333

34-
public function getRepositoryClass(): string
34+
public function getRepositoryClass(): ?string
3535
{
3636
return $this->metadata->customRepositoryClassName;
3737
}

0 commit comments

Comments
 (0)