Skip to content

Commit 700faae

Browse files
authored
Fix is_IS Person docbock types (#439)
1 parent f368870 commit 700faae

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

phpstan-baseline.neon

-20
Original file line numberDiff line numberDiff line change
@@ -879,26 +879,6 @@ parameters:
879879
count: 1
880880
path: src/Faker/Provider/is_IS/Person.php
881881

882-
-
883-
message: "#^Parameter \\#1 \\$array of static method Faker\\\\Provider\\\\Base\\:\\:randomElement\\(\\) expects array, string given\\.$#"
884-
count: 1
885-
path: src/Faker/Provider/is_IS/Person.php
886-
887-
-
888-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$firstNameFemale \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
889-
count: 1
890-
path: src/Faker/Provider/is_IS/Person.php
891-
892-
-
893-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$firstNameMale \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
894-
count: 1
895-
path: src/Faker/Provider/is_IS/Person.php
896-
897-
-
898-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$middleName \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
899-
count: 1
900-
path: src/Faker/Provider/is_IS/Person.php
901-
902882
-
903883
message: "#^Call to an undefined static method static\\(Faker\\\\Provider\\\\ja_JP\\\\Text\\)\\:\\:split\\(\\)\\.$#"
904884
count: 1

0 commit comments

Comments
 (0)