Skip to content

Commit 65ede06

Browse files
authored
fix docbock type (#440)
1 parent 1a208b4 commit 65ede06

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: phpstan-baseline.neon

-5
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,6 @@ parameters:
879879
count: 2
880880
path: src/Faker/Provider/nl_NL/Company.php
881881

882-
-
883-
message: "#^Method Faker\\\\Provider\\\\pl_PL\\\\Company\\:\\:regonLocal\\(\\) should return 14 but returns string\\.$#"
884-
count: 1
885-
path: src/Faker/Provider/pl_PL/Company.php
886-
887882
-
888883
message: "#^Binary operation \"\\+\" between string and int\\<\\-80, 80\\> results in an error\\.$#"
889884
count: 1

Diff for: src/Faker/Provider/pl_PL/Company.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function regon()
6363
*
6464
* @see http://pl.wikipedia.org/wiki/REGON
6565
*
66-
* @return 14 digit number
66+
* @return string 14 digit number
6767
*/
6868
public static function regonLocal()
6969
{

0 commit comments

Comments
 (0)