Skip to content

Commit

Permalink
Fix is_IS Person docbock types (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq committed Jan 27, 2022
1 parent f368870 commit 700faae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -879,26 +879,6 @@ parameters:
count: 1
path: src/Faker/Provider/is_IS/Person.php

-
message: "#^Parameter \\#1 \\$array of static method Faker\\\\Provider\\\\Base\\:\\:randomElement\\(\\) expects array, string given\\.$#"
count: 1
path: src/Faker/Provider/is_IS/Person.php

-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$firstNameFemale \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
count: 1
path: src/Faker/Provider/is_IS/Person.php

-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$firstNameMale \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
count: 1
path: src/Faker/Provider/is_IS/Person.php

-
message: "#^Static property Faker\\\\Provider\\\\is_IS\\\\Person\\:\\:\\$middleName \\(string\\) does not accept default value of type array\\<int, string\\>\\.$#"
count: 1
path: src/Faker/Provider/is_IS/Person.php

-
message: "#^Call to an undefined static method static\\(Faker\\\\Provider\\\\ja_JP\\\\Text\\)\\:\\:split\\(\\)\\.$#"
count: 1
Expand Down
Loading

0 comments on commit 700faae

Please sign in to comment.