Version 0.7.0 #1
@ -19,7 +19,7 @@ final class StringType extends Type
|
||||
$success = $this->randomSymbols($lengthSymbols);
|
||||
$fakes = [];
|
||||
if (!empty($lengthFakeSymbols)) {
|
||||
$fakes = $this->randomSymbols($lengthFakeSymbols, $fakes);
|
||||
$fakes = $this->randomSymbols($lengthFakeSymbols, $success);
|
||||
}
|
||||
|
||||
return new Symbols(
|
||||
|
Loading…
Reference in New Issue
Block a user