Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d32135 commit abd4e15Copy full SHA for abd4e15
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fixed polish license plates (#685)
6
- Stopped using `static` in callables in `Provider\pt_BR\PhoneNumber` (#785)
7
+- Fixed incorrect female name (#794)
8
9
## [2023-06-12, v1.23.0](https://github.com/FakerPHP/Faker/compare/v1.22.0..v1.23.0)
10
src/Faker/Provider/cs_CZ/Person.php
@@ -28,7 +28,7 @@ class Person extends \Faker\Provider\Person
28
protected static $firstNameMale = [
29
'Adam', 'Aleš', 'Alois', 'Antonín', 'Bohumil', 'Bohuslav', 'Dagmar',
30
'Dalibor', 'Daniel', 'David', 'Dominik', 'Dušan', 'Eduard', 'Emil',
31
- 'Filip', 'František', 'Ilona', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
+ 'Filip', 'František', 'Igor', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
32
'Jaromír', 'Jaroslav', 'Jindřich', 'Jiří', 'Josef', 'Jozef', 'Kamil',
33
'Karel', 'Kryštof', 'Ladislav', 'Libor', 'Lubomír', 'Luboš', 'Luděk',
34
'Ludvík', 'Lukáš', 'Marcel', 'Marek', 'Martin', 'Matěj', 'Matyáš',
0 commit comments