We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a208b4 commit 65ede06Copy full SHA for 65ede06
phpstan-baseline.neon
@@ -879,11 +879,6 @@ parameters:
879
count: 2
880
path: src/Faker/Provider/nl_NL/Company.php
881
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
-
887
888
message: "#^Binary operation \"\\+\" between string and int\\<\\-80, 80\\> results in an error\\.$#"
889
count: 1
src/Faker/Provider/pl_PL/Company.php
@@ -63,7 +63,7 @@ public static function regon()
63
*
64
* @see http://pl.wikipedia.org/wiki/REGON
65
66
- * @return 14 digit number
+ * @return string 14 digit number
67
*/
68
public static function regonLocal()
69
{
0 commit comments