Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Leo-Pernold committed Sep 13, 2021
1 parent 9d470a6 commit 7e6a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialSecurity.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SocialSecurity

public $socialSecurityNumber;

public function __construct(mixed $socialSecurityNumber)
public function __construct($socialSecurityNumber)
{
$this->socialSecurityNumber = $socialSecurityNumber;
}
Expand Down

0 comments on commit 7e6a17d

Please sign in to comment.