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.
final readonly
1 parent 54104d9 commit cfcc422Copy full SHA for cfcc422
src/store/src/Bridge/ClickHouse/Store.php
@@ -25,12 +25,12 @@
25
/**
26
* @author Grégoire Pineau <[email protected]>
27
*/
28
-class Store implements ManagedStoreInterface, StoreInterface
+final readonly class Store implements ManagedStoreInterface, StoreInterface
29
{
30
public function __construct(
31
- private readonly HttpClientInterface $httpClient,
32
- private readonly string $databaseName = 'default',
33
- private readonly string $tableName = 'embedding',
+ private HttpClientInterface $httpClient,
+ private string $databaseName = 'default',
+ private string $tableName = 'embedding',
34
) {
35
}
36
0 commit comments