Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 28, 2025
1 parent 1dc3d75 commit c4cdc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Db/IdentifyMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class IdentifyMethod extends Entity {
public string $identifierValue = '';
public int $attempts = 0;
public ?string $code = '';
public ?\DateTime $identifiedAtDate;
public ?\DateTime $lastAttemptDate;
public ?\DateTime $identifiedAtDate = null;
public ?\DateTime $lastAttemptDate = null;
protected array $metadata = [];

public function __construct() {
Expand Down

0 comments on commit c4cdc3a

Please sign in to comment.