From c6d22c0c4fe17d58249f35676dcf87c3075f0755 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Nov 2020 15:48:15 +0100 Subject: [PATCH 1/2] Update InteractsWithTime.php --- .../Foundation/Testing/Concerns/InteractsWithTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php index de0cd40c99e5..f5b7021cfda9 100644 --- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php +++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php @@ -21,7 +21,7 @@ public function travel($value) /** * Travel to another time. * - * @param \DateTimeInterface|Closure|Carbon|string|false|null $date + * @param \DateTimeInterface|\Closure|\Illuminate\Support\Carbon|string|bool|null $date * @param callable|null $callback * @return mixed */ From 36e4ca45285225d8079f79b6e6c7bdd2875039d4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Nov 2020 15:49:04 +0100 Subject: [PATCH 2/2] Update InteractsWithTime.php --- .../Foundation/Testing/Concerns/InteractsWithTime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php index f5b7021cfda9..bacbce882168 100644 --- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php +++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php @@ -21,7 +21,7 @@ public function travel($value) /** * Travel to another time. * - * @param \DateTimeInterface|\Closure|\Illuminate\Support\Carbon|string|bool|null $date + * @param \DateTimeInterface|\Closure|\Illuminate\Support\Carbon|string|bool|null $date * @param callable|null $callback * @return mixed */