Skip to content

Commit 8994985

Browse files
committed
public to private visibility
Signed-off-by: rahul <[email protected]>
1 parent 39eb48d commit 8994985

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/FileEncryptor.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99

1010
class FileEncryptor
1111
{
12-
public function __construct(public readonly string $filename, #[SensitiveParameter] public readonly string $secret)
13-
{
12+
public function __construct(
13+
private readonly string $filename,
14+
#[SensitiveParameter] private readonly string $secret
15+
) {
1416
}
1517

1618
/**

0 commit comments

Comments
 (0)