From fe4f7a60e9cda8b4098b945184209f0a16e04b46 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 26 Sep 2020 11:22:57 +0200 Subject: [PATCH] fix DateTimeImmutable typehint --- Models/Comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Comment.php b/Models/Comment.php index 88d8040..9448664 100755 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -46,7 +46,7 @@ class Comment /** * Created at * - * @var \DateTime + * @var \DateTimeImmutable * @since 1.0.0 */ private \DateTimeImmutable $createdAt;