We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c467b4 commit 4d36326Copy full SHA for 4d36326
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