Remove return types

This commit is contained in:
sephster
2018-12-19 12:54:26 +00:00
parent 16f9de86f2
commit c2cd12e0b8
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ interface TokenInterface
*
* @return DateTimeImmutable
*/
public function getExpiryDateTime(): DateTimeImmutable;
public function getExpiryDateTime();
/**
* Set the date time when the token expires.