@@ -47,7 +47,7 @@ |
||
47 | 47 | * |
48 | 48 | * @param string $time |
49 | 49 | * @param string|DateTimeZone $timezone |
50 | - * @return \Illuminate\Support\DateFactory|string |
|
50 | + * @return Illuminate\Support\Carbon|null |
|
51 | 51 | */ |
52 | 52 | function carbon($time = null, $timezone = null) |
53 | 53 | { |