From dfec7c68e858d74c684db2755cf1e3bdbd9fd64f Mon Sep 17 00:00:00 2001 From: Marvin Courcier Date: Wed, 28 Dec 2022 16:20:31 +0100 Subject: [PATCH] replace tab by spaces --- lib/DateTimeImmutable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DateTimeImmutable.php b/lib/DateTimeImmutable.php index 2d96755d..4926da0b 100644 --- a/lib/DateTimeImmutable.php +++ b/lib/DateTimeImmutable.php @@ -232,7 +232,7 @@ public function add($interval): self * @param \DateTime $dateTime * @return DateTimeImmutable */ - #[\ReturnTypeWillChange] + #[\ReturnTypeWillChange] public static function createFromMutable($dateTime): self { $date = \DateTimeImmutable::createFromMutable($dateTime);