From b6342b6b600ca84ac452a42f971a289bc0b6d8e9 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/EditorDoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index 556dc6a..4eff22e 100755 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -72,7 +72,7 @@ class EditorDoc implements \JsonSerializable, ArrayableInterface /** * Created. * - * @var \DateTime + * @var \DateTimeImmutable * @since 1.0.0 */ private \DateTimeImmutable $createdAt;