We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c467b4 + 4d36326 commit 4f460bbCopy full SHA for 4f460bb
1 file changed
src/Finder/Finder.php
@@ -14,8 +14,8 @@ class Finder implements FinderInterface
14
{
15
public function __construct(
16
private readonly string $fqcn,
17
- private readonly Repository $repository,
18
- private readonly EntityManagerInterface $entityManager
+ private readonly ?Repository $repository = null,
+ private readonly ?EntityManagerInterface $entityManager = null
19
) {
20
21
}
0 commit comments