Skip to content

Commit

Permalink
update expiration type in test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kurowski committed Oct 19, 2022
1 parent b8d9a6e commit f6d60e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Security/MockUserStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getState(): array
}


public function setExpiration(?string $expire, bool $clearIdentity): void
public function setExpiration(string|int|null $expire, bool $clearIdentity): void
{
}
}

0 comments on commit f6d60e9

Please sign in to comment.