|
13 | 13 | * @method \Illuminate\Support\Carbon|null create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null)
|
14 | 14 | * @method \Illuminate\Support\Carbon createFromDate($year = null, $month = null, $day = null, $timezone = null)
|
15 | 15 | * @method \Illuminate\Support\Carbon|null createFromFormat($format, $time, $timezone = null)
|
16 |
| - * @method \Illuminate\Support\Carbon|null createFromIsoFormat(string $format, string $time, $timezone = null, ?string $locale = 'en', ?TranslatorInterface $translator = null) |
| 16 | + * @method \Illuminate\Support\Carbon|null createFromIsoFormat(string $format, string $time, $timezone = null, ?string $locale = 'en', ?\Symfony\Contracts\Translation\TranslatorInterface $translator = null) |
17 | 17 | * @method \Illuminate\Support\Carbon|null createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null)
|
18 | 18 | * @method \Illuminate\Support\Carbon|null createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null)
|
19 | 19 | * @method \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $timezone = null)
|
|
40 | 40 | * @method string getLocale()
|
41 | 41 | * @method int getMidDayAt()
|
42 | 42 | * @method string getTimeFormatByPrecision(string $unitPrecision)
|
43 |
| - * @method string|Closure|null getTranslationMessageWith($translator, string $key, ?string $locale = null, ?string $default = null) |
| 43 | + * @method string|\Closure|null getTranslationMessageWith($translator, string $key, ?string $locale = null, ?string $default = null) |
44 | 44 | * @method \Illuminate\Support\Carbon|null getTestNow()
|
45 | 45 | * @method \Symfony\Contracts\Translation\TranslatorInterface getTranslator()
|
46 | 46 | * @method int getWeekEndsAt(?string $locale = null)
|
|
65 | 65 | * @method \Illuminate\Support\Carbon|null make($var, \DateTimeZone|string|null $timezone = null)
|
66 | 66 | * @method void mixin(object|string $mixin)
|
67 | 67 | * @method \Illuminate\Support\Carbon now(\DateTimeZone|string|int|null $timezone = null)
|
68 |
| - * @method \Illuminate\Support\Carbon parse(\DateTimeInterface|WeekDay|Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
| 68 | + * @method \Illuminate\Support\Carbon parse(\DateTimeInterface|\Carbon\WeekDay|\Carbon\Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
69 | 69 | * @method \Illuminate\Support\Carbon parseFromLocale(string $time, ?string $locale = null, \DateTimeZone|string|int|null $timezone = null)
|
70 | 70 | * @method string pluralUnit(string $unit)
|
71 | 71 | * @method \Illuminate\Support\Carbon|null rawCreateFromFormat(string $format, string $time, $timezone = null)
|
72 |
| - * @method \Illuminate\Support\Carbon rawParse(\DateTimeInterface|WeekDay|Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
| 72 | + * @method \Illuminate\Support\Carbon rawParse(\DateTimeInterface|\Carbon\WeekDay|\Carbon\Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
73 | 73 | * @method void resetMonthsOverflow()
|
74 | 74 | * @method void resetToStringFormat()
|
75 | 75 | * @method void resetYearsOverflow()
|
|
80 | 80 | * @method void setMidDayAt($hour)
|
81 | 81 | * @method void setTestNow(mixed $testNow = null)
|
82 | 82 | * @method void setTestNowAndTimezone(mixed $testNow = null, $timezone = null)
|
83 |
| - * @method void setToStringFormat(string|Closure|null $format) |
| 83 | + * @method void setToStringFormat(string|\Closure|null $format) |
84 | 84 | * @method void setTranslator(\Symfony\Contracts\Translation\TranslatorInterface $translator)
|
85 | 85 | * @method void setWeekEndsAt($day)
|
86 | 86 | * @method void setWeekStartsAt($day)
|
|
91 | 91 | * @method void sleep(int|float $seconds)
|
92 | 92 | * @method \Illuminate\Support\Carbon today(\DateTimeZone|string|int|null $timezone = null)
|
93 | 93 | * @method \Illuminate\Support\Carbon tomorrow(\DateTimeZone|string|int|null $timezone = null)
|
94 |
| - * @method string translateTimeString(string $timeString, ?string $from = null, ?string $to = null, int $mode = CarbonInterface::TRANSLATE_ALL) |
95 |
| - * @method string translateWith(TranslatorInterface $translator, string $key, array $parameters = [], $number = null) |
| 94 | + * @method string translateTimeString(string $timeString, ?string $from = null, ?string $to = null, int $mode = \Carbon\CarbonInterface::TRANSLATE_ALL) |
| 95 | + * @method string translateWith(\Symfony\Contracts\Translation\TranslatorInterface $translator, string $key, array $parameters = [], $number = null) |
96 | 96 | * @method void useMonthsOverflow($monthsOverflow = true)
|
97 | 97 | * @method void useStrictMode($strictModeEnabled = true)
|
98 | 98 | * @method void useYearsOverflow($yearsOverflow = true)
|
|
0 commit comments