|
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)
|
20 |
| - * @method \Illuminate\Support\Carbon createFromTimeString(string $time, DateTimeZone|string|int|null $timezone = null) |
21 |
| - * @method \Illuminate\Support\Carbon createFromTimestamp(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null) |
22 |
| - * @method \Illuminate\Support\Carbon createFromTimestampMs(string|int|float $timestamp, DateTimeZone|string|int|null $timezone = null) |
| 20 | + * @method \Illuminate\Support\Carbon createFromTimeString(string $time, \DateTimeZone|string|int|null $timezone = null) |
| 21 | + * @method \Illuminate\Support\Carbon createFromTimestamp(string|int|float $timestamp, \DateTimeZone|string|int|null $timezone = null) |
| 22 | + * @method \Illuminate\Support\Carbon createFromTimestampMs(string|int|float $timestamp, \DateTimeZone|string|int|null $timezone = null) |
23 | 23 | * @method \Illuminate\Support\Carbon createFromTimestampMsUTC($timestamp)
|
24 | 24 | * @method \Illuminate\Support\Carbon createFromTimestampUTC(string|int|float $timestamp)
|
25 | 25 | * @method \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $timezone = null)
|
|
51 | 51 | * @method bool hasMacro($name)
|
52 | 52 | * @method bool hasRelativeKeywords(?string $time)
|
53 | 53 | * @method bool hasTestNow()
|
54 |
| - * @method \Illuminate\Support\Carbon instance(DateTimeInterface $date) |
| 54 | + * @method \Illuminate\Support\Carbon instance(\DateTimeInterface $date) |
55 | 55 | * @method bool isImmutable()
|
56 | 56 | * @method bool isModifiableUnit($unit)
|
57 | 57 | * @method bool isMutable()
|
|
62 | 62 | * @method bool localeHasPeriodSyntax($locale)
|
63 | 63 | * @method bool localeHasShortUnits(string $locale)
|
64 | 64 | * @method void macro(string $name, ?callable $macro)
|
65 |
| - * @method \Illuminate\Support\Carbon|null make($var, DateTimeZone|string|null $timezone = null) |
| 65 | + * @method \Illuminate\Support\Carbon|null make($var, \DateTimeZone|string|null $timezone = null) |
66 | 66 | * @method void mixin(object|string $mixin)
|
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) |
69 |
| - * @method \Illuminate\Support\Carbon parseFromLocale(string $time, ?string $locale = null, DateTimeZone|string|int|null $timezone = null) |
| 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) |
| 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|WeekDay|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()
|
|
89 | 89 | * @method bool shouldOverflowYears()
|
90 | 90 | * @method string singularUnit(string $unit)
|
91 | 91 | * @method void sleep(int|float $seconds)
|
92 |
| - * @method \Illuminate\Support\Carbon today(DateTimeZone|string|int|null $timezone = null) |
93 |
| - * @method \Illuminate\Support\Carbon tomorrow(DateTimeZone|string|int|null $timezone = null) |
| 92 | + * @method \Illuminate\Support\Carbon today(\DateTimeZone|string|int|null $timezone = null) |
| 93 | + * @method \Illuminate\Support\Carbon tomorrow(\DateTimeZone|string|int|null $timezone = null) |
94 | 94 | * @method string translateTimeString(string $timeString, ?string $from = null, ?string $to = null, int $mode = CarbonInterface::TRANSLATE_ALL)
|
95 | 95 | * @method string translateWith(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)
|
99 | 99 | * @method mixed withTestNow(mixed $testNow, callable $callback)
|
100 |
| - * @method static withTimeZone(DateTimeZone|string|int|null $timezone) |
101 |
| - * @method \Illuminate\Support\Carbon yesterday(DateTimeZone|string|int|null $timezone = null) |
| 100 | + * @method static withTimeZone(\DateTimeZone|string|int|null $timezone) |
| 101 | + * @method \Illuminate\Support\Carbon yesterday(\DateTimeZone|string|int|null $timezone = null) |
102 | 102 | */
|
103 | 103 | class DateFactory
|
104 | 104 | {
|
|
0 commit comments