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