We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc2287 commit bb8ddebCopy full SHA for bb8ddeb
src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php
@@ -21,7 +21,7 @@ public function travel($value)
21
/**
22
* Travel to another time.
23
*
24
- * @param \DateTimeInterface|Closure|Carbon|string|false|null $date
+ * @param \DateTimeInterface|\Closure|\Illuminate\Support\Carbon|string|bool|null $date
25
* @param callable|null $callback
26
* @return mixed
27
*/
0 commit comments