Migrated doctrine annotations to attributes

This commit is contained in:
Jan Böhmer 2023-05-28 01:51:13 +02:00
parent 0bc4699cdc
commit 0837f84a43
8 changed files with 121 additions and 159 deletions

View file

@ -41,5 +41,5 @@ interface TimeTravelInterface
/**
* Returns the timestamp associated with this change.
*/
public function getTimestamp(): DateTime;
public function getTimestamp(): \DateTimeInterface;
}