Skip to content

Commit

Permalink
fix docbock type (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq authored Jan 27, 2022
1 parent 1a208b4 commit 65ede06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 65ede06

Please sign in to comment.