Skip to content

Commit e44997c

Browse files
committed
remove the isSecure property of the test rng class
1 parent d1792f0 commit e44997c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Providers/Rng/TestRNGProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
class TestRNGProvider implements IRNGProvider
1010
{
11-
public function __construct(private readonly bool $isSecure = false)
12-
{
13-
}
14-
1511
/**
1612
* {@inheritdoc}
1713
*/

0 commit comments

Comments
 (0)