remove default value in fake token generator
This commit is contained in:
parent
cd40483cd4
commit
b41652af71
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class FakeTokenGenerator implements TokenGenerator
|
||||||
* @param string[] $predefinedTokens
|
* @param string[] $predefinedTokens
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private array $predefinedTokens = ['fake-token-0'],
|
private array $predefinedTokens,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
public function generate(): string
|
public function generate(): string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue