Skip to content

Commit 8bf962e

Browse files
committed
add readonly identifier
1 parent b804313 commit 8bf962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/Rng/TestRNGProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class TestRNGProvider implements IRNGProvider
1010
{
11-
public function __construct(private bool $isSecure = false)
11+
public function __construct(private readonly bool $isSecure = false)
1212
{
1313
}
1414

0 commit comments

Comments
 (0)