We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc69da commit d200c14Copy full SHA for d200c14
src/store/src/Retriever.php
@@ -22,9 +22,9 @@
22
final class Retriever implements RetrieverInterface
23
{
24
public function __construct(
25
- private VectorizerInterface $vectorizer,
26
- private StoreInterface $store,
27
- private LoggerInterface $logger = new NullLogger(),
+ private readonly VectorizerInterface $vectorizer,
+ private readonly StoreInterface $store,
+ private readonly LoggerInterface $logger = new NullLogger(),
28
) {
29
}
30
0 commit comments