Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Henvald committed Jun 21, 2022
1 parent 3dfb190 commit e34ff0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/EventListener/JWT/DummyUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

class DummyUser implements UserInterface, CredentialsInterface
{
public function setCredentialsLastChangedAt(?\DateTimeInterface $credentialsLastChangedAt)
public function setCredentialsLastChangedAt(?\DateTimeInterface $credentialsLastChangedAt): self
{
return $this;
}

public function getCredentialsLastChangedAt(): ?\DateTime
Expand Down

0 comments on commit e34ff0b

Please sign in to comment.