From 9d28cb182ccacf2b198379a040c2424f7f1a2770 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/Audit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Audit.php b/Models/Audit.php index a5eb64f..84a79e0 100755 --- a/Models/Audit.php +++ b/Models/Audit.php @@ -106,7 +106,7 @@ class Audit /** * Created at. * - * @var \DateTime + * @var \DateTimeImmutable * @since 1.0.0 */ private \DateTimeImmutable $createdAt;