Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pl_PT docbock type #440

Merged
merged 1 commit into from Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Expand Up @@ -879,11 +879,6 @@ parameters:
count: 2
path: src/Faker/Provider/nl_NL/Company.php

-
message: "#^Method Faker\\\\Provider\\\\pl_PL\\\\Company\\:\\:regonLocal\\(\\) should return 14 but returns string\\.$#"
count: 1
path: src/Faker/Provider/pl_PL/Company.php

-
message: "#^Binary operation \"\\+\" between string and int\\<\\-80, 80\\> results in an error\\.$#"
count: 1
Expand Down
2 changes: 1 addition & 1 deletion src/Faker/Provider/pl_PL/Company.php
Expand Up @@ -63,7 +63,7 @@ public static function regon()
*
* @see http://pl.wikipedia.org/wiki/REGON
*
* @return 14 digit number
* @return string 14 digit number
*/
public static function regonLocal()
{
Expand Down