We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7edfdc4 + 02bfe36 commit 5b7481eCopy full SHA for 5b7481e
1 file changed
src/Keboola/StorageApi/Options/BackendConfiguration.php
@@ -6,16 +6,10 @@
6
7
class BackendConfiguration
8
{
9
- private ?string $context;
10
-
11
- private ?string $size;
12
13
public function __construct(
14
- ?string $context = null,
15
- ?string $size = null
+ public readonly ?string $context = null,
+ public readonly ?string $size = null
16
) {
17
- $this->context = $context;
18
- $this->size = $size;
19
}
20
21
/**
0 commit comments