|
21 | 21 | * @method static \Illuminate\Support\Carbon|null createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null)
|
22 | 22 | * @method static \Illuminate\Support\Carbon|null createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null)
|
23 | 23 | * @method static \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $timezone = null)
|
24 |
| - * @method static \Illuminate\Support\Carbon createFromTimeString(string $time, DateTimeZone|string|int|null $timezone = null) |
25 |
| - * @method static \Illuminate\Support\Carbon createFromTimestamp(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null) |
26 |
| - * @method static \Illuminate\Support\Carbon createFromTimestampMs(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null) |
| 24 | + * @method static \Illuminate\Support\Carbon createFromTimeString(string $time, \DateTimeZone|string|int|null $timezone = null) |
| 25 | + * @method static \Illuminate\Support\Carbon createFromTimestamp(string|int|float $timestamp, \DateTimeZone|string|int|null $timezone = null) |
| 26 | + * @method static \Illuminate\Support\Carbon createFromTimestampMs(string|int|float $timestamp, \DateTimeZone|string|int|null $timezone = null) |
27 | 27 | * @method static \Illuminate\Support\Carbon createFromTimestampMsUTC($timestamp)
|
28 | 28 | * @method static \Illuminate\Support\Carbon createFromTimestampUTC(string|int|float $timestamp)
|
29 | 29 | * @method static \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $timezone = null)
|
|
55 | 55 | * @method static bool hasMacro($name)
|
56 | 56 | * @method static bool hasRelativeKeywords(?string $time)
|
57 | 57 | * @method static bool hasTestNow()
|
58 |
| - * @method static \Illuminate\Support\Carbon instance(DateTimeInterface $date) |
| 58 | + * @method static \Illuminate\Support\Carbon instance(\DateTimeInterface $date) |
59 | 59 | * @method static bool isImmutable()
|
60 | 60 | * @method static bool isModifiableUnit($unit)
|
61 | 61 | * @method static bool isMutable()
|
|
66 | 66 | * @method static bool localeHasPeriodSyntax($locale)
|
67 | 67 | * @method static bool localeHasShortUnits(string $locale)
|
68 | 68 | * @method static void macro(string $name, ?callable $macro)
|
69 |
| - * @method static \Illuminate\Support\Carbon|null make($var, DateTimeZone|string|null $timezone = null) |
| 69 | + * @method static \Illuminate\Support\Carbon|null make($var, \DateTimeZone|string|null $timezone = null) |
70 | 70 | * @method static void mixin(object|string $mixin)
|
71 |
| - * @method static \Illuminate\Support\Carbon now(DateTimeZone|string|int|null $timezone = null) |
72 |
| - * @method static \Illuminate\Support\Carbon parse(DateTimeInterface|WeekDay|Month|string|int|float|null $time, DateTimeZone|string|int|null $timezone = null) |
73 |
| - * @method static \Illuminate\Support\Carbon parseFromLocale(string $time, ?string $locale = null, DateTimeZone|string|int|null $timezone = null) |
| 71 | + * @method static \Illuminate\Support\Carbon now(\DateTimeZone|string|int|null $timezone = null) |
| 72 | + * @method static \Illuminate\Support\Carbon parse(\DateTimeInterface|WeekDay|Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
| 73 | + * @method static \Illuminate\Support\Carbon parseFromLocale(string $time, ?string $locale = null, \DateTimeZone|string|int|null $timezone = null) |
74 | 74 | * @method static string pluralUnit(string $unit)
|
75 | 75 | * @method static \Illuminate\Support\Carbon|null rawCreateFromFormat(string $format, string $time, $timezone = null)
|
76 |
| - * @method static \Illuminate\Support\Carbon rawParse(DateTimeInterface|WeekDay|Month|string|int|float|null $time, DateTimeZone|string|int|null $timezone = null) |
| 76 | + * @method static \Illuminate\Support\Carbon rawParse(\DateTimeInterface|WeekDay|Month|string|int|float|null $time, \DateTimeZone|string|int|null $timezone = null) |
77 | 77 | * @method static void resetMonthsOverflow()
|
78 | 78 | * @method static void resetToStringFormat()
|
79 | 79 | * @method static void resetYearsOverflow()
|
|
93 | 93 | * @method static bool shouldOverflowYears()
|
94 | 94 | * @method static string singularUnit(string $unit)
|
95 | 95 | * @method static void sleep(int|float $seconds)
|
96 |
| - * @method static \Illuminate\Support\Carbon today(DateTimeZone|string|int|null $timezone = null) |
97 |
| - * @method static \Illuminate\Support\Carbon tomorrow(DateTimeZone|string|int|null $timezone = null) |
| 96 | + * @method static \Illuminate\Support\Carbon today(\DateTimeZone|string|int|null $timezone = null) |
| 97 | + * @method static \Illuminate\Support\Carbon tomorrow(\DateTimeZone|string|int|null $timezone = null) |
98 | 98 | * @method static string translateTimeString(string $timeString, ?string $from = null, ?string $to = null, int $mode = CarbonInterface::TRANSLATE_ALL)
|
99 | 99 | * @method static string translateWith(TranslatorInterface $translator, string $key, array $parameters = [], $number = null)
|
100 | 100 | * @method static void useMonthsOverflow($monthsOverflow = true)
|
101 | 101 | * @method static void useStrictMode($strictModeEnabled = true)
|
102 | 102 | * @method static void useYearsOverflow($yearsOverflow = true)
|
103 | 103 | * @method static mixed withTestNow(mixed $testNow, callable $callback)
|
104 |
| - * @method static static withTimeZone(DateTimeZone|string|int|null $timezone) |
105 |
| - * @method static \Illuminate\Support\Carbon yesterday(DateTimeZone|string|int|null $timezone = null) |
| 104 | + * @method static static withTimeZone(\DateTimeZone|string|int|null $timezone) |
| 105 | + * @method static \Illuminate\Support\Carbon yesterday(\DateTimeZone|string|int|null $timezone = null) |
106 | 106 | *
|
107 | 107 | * @see \Illuminate\Support\DateFactory
|
108 | 108 | */
|
|
0 commit comments