From c8574a63477b92574d7354550ce2ae3d928eb0d7 Mon Sep 17 00:00:00 2001 From: Jack Robertson Date: Mon, 26 Jul 2021 13:56:15 +0100 Subject: [PATCH] Simplify FQNs --- tests/TypeReconciliation/TypeTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/TypeReconciliation/TypeTest.php b/tests/TypeReconciliation/TypeTest.php index b354065c7be..75f42828c4f 100644 --- a/tests/TypeReconciliation/TypeTest.php +++ b/tests/TypeReconciliation/TypeTest.php @@ -1075,10 +1075,10 @@ function consume($input): void{}' ], 'notDateTimeWithDateTimeInterface' => [ 'add($dateInterval); return $dateTime; @@ -1090,10 +1090,10 @@ function foo(\DateTimeInterface $dateTime): DateTimeInterface { ], 'notDateTimeImmutableWithDateTimeInterface' => [ 'add($dateInterval); } else { $dateTime->add($dateInterval);