We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe473a commit 8afd1d8Copy full SHA for 8afd1d8
src/Provider/sv_SE/Person.php
@@ -125,7 +125,7 @@ class Person extends \Faker\Provider\Person
125
*
126
* @return string on format XXXXXX-XXXX or XXXXXXXX-XXXX depending on $withCentury value
127
*/
128
- public function personalIdentityNumber(\DateTimeInterface $birthdate = null, $gender = null, $withCentury = false)
+ public function personalIdentityNumber(\DateTime $birthdate = null, $gender = null, $withCentury = false)
129
{
130
if (!$birthdate) {
131
$birthdate = \Faker\Provider\DateTime::dateTimeThisCentury();
0 commit comments