Skip to content

Commit bb8ddeb

Browse files
authored
[9.x] Fix type hints (#35344)
* Update InteractsWithTime.php * Update InteractsWithTime.php
1 parent ecc2287 commit bb8ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function travel($value)
2121
/**
2222
* Travel to another time.
2323
*
24-
* @param \DateTimeInterface|Closure|Carbon|string|false|null $date
24+
* @param \DateTimeInterface|\Closure|\Illuminate\Support\Carbon|string|bool|null $date
2525
* @param callable|null $callback
2626
* @return mixed
2727
*/

0 commit comments

Comments
 (0)