Version 0.7.0 #1

Merged
kor-elf merged 90 commits from develop into main 2023-12-08 21:18:23 +06:00
Showing only changes of commit 10425db5e0 - Show all commits

View File

@ -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(