Skip to content

Commit 5849cbb

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 995e251 commit 5849cbb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Illuminate/Support/Facades/Date.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
* @method static \Illuminate\Support\Carbon|null createFromLocaleFormat(string $format, string $locale, string $time, $timezone = null)
2222
* @method static \Illuminate\Support\Carbon|null createFromLocaleIsoFormat(string $format, string $locale, string $time, $timezone = null)
2323
* @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)
2727
* @method static \Illuminate\Support\Carbon createFromTimestampMsUTC($timestamp)
2828
* @method static \Illuminate\Support\Carbon createFromTimestampUTC(string|int|float $timestamp)
2929
* @method static \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $timezone = null)
@@ -55,7 +55,7 @@
5555
* @method static bool hasMacro($name)
5656
* @method static bool hasRelativeKeywords(?string $time)
5757
* @method static bool hasTestNow()
58-
* @method static \Illuminate\Support\Carbon instance(DateTimeInterface $date)
58+
* @method static \Illuminate\Support\Carbon instance(\DateTimeInterface $date)
5959
* @method static bool isImmutable()
6060
* @method static bool isModifiableUnit($unit)
6161
* @method static bool isMutable()
@@ -66,14 +66,14 @@
6666
* @method static bool localeHasPeriodSyntax($locale)
6767
* @method static bool localeHasShortUnits(string $locale)
6868
* @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)
7070
* @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)
7474
* @method static string pluralUnit(string $unit)
7575
* @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)
7777
* @method static void resetMonthsOverflow()
7878
* @method static void resetToStringFormat()
7979
* @method static void resetYearsOverflow()
@@ -93,16 +93,16 @@
9393
* @method static bool shouldOverflowYears()
9494
* @method static string singularUnit(string $unit)
9595
* @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)
9898
* @method static string translateTimeString(string $timeString, ?string $from = null, ?string $to = null, int $mode = CarbonInterface::TRANSLATE_ALL)
9999
* @method static string translateWith(TranslatorInterface $translator, string $key, array $parameters = [], $number = null)
100100
* @method static void useMonthsOverflow($monthsOverflow = true)
101101
* @method static void useStrictMode($strictModeEnabled = true)
102102
* @method static void useYearsOverflow($yearsOverflow = true)
103103
* @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)
106106
*
107107
* @see \Illuminate\Support\DateFactory
108108
*/

0 commit comments

Comments
 (0)