|
13 | 13 | * @method static void useCallable(callable $callable)
|
14 | 14 | * @method static void useClass(string $dateClass)
|
15 | 15 | * @method static void useFactory(object $factory)
|
16 |
| - * @method static \Illuminate\Support\Carbon create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $tz = null) |
17 |
| - * @method static \Illuminate\Support\Carbon createFromDate($year = null, $month = null, $day = null, $tz = null) |
18 |
| - * @method static \Illuminate\Support\Carbon|false createFromFormat($format, $time, $tz = null) |
19 |
| - * @method static \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $tz = null) |
20 |
| - * @method static \Illuminate\Support\Carbon createFromTimeString($time, $tz = null) |
21 |
| - * @method static \Illuminate\Support\Carbon createFromTimestamp($timestamp, $tz = null) |
22 |
| - * @method static \Illuminate\Support\Carbon createFromTimestampMs($timestamp, $tz = null) |
| 16 | + * @method static \Illuminate\Support\Carbon create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null) |
| 17 | + * @method static \Illuminate\Support\Carbon createFromDate($year = null, $month = null, $day = null, $timezone = null) |
| 18 | + * @method static \Illuminate\Support\Carbon|false createFromFormat($format, $time, $timezone = null) |
| 19 | + * @method static \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $timezone = null) |
| 20 | + * @method static \Illuminate\Support\Carbon createFromTimeString($time, $timezone = null) |
| 21 | + * @method static \Illuminate\Support\Carbon createFromTimestamp($timestamp, $timezone = null) |
| 22 | + * @method static \Illuminate\Support\Carbon createFromTimestampMs($timestamp, $timezone = null) |
23 | 23 | * @method static \Illuminate\Support\Carbon createFromTimestampUTC($timestamp)
|
24 |
| - * @method static \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $tz = null) |
25 |
| - * @method static \Illuminate\Support\Carbon|false createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $tz = null) |
| 24 | + * @method static \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $timezone = null) |
| 25 | + * @method static \Illuminate\Support\Carbon|false createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $timezone = null) |
26 | 26 | * @method static void disableHumanDiffOption($humanDiffOption)
|
27 | 27 | * @method static void enableHumanDiffOption($humanDiffOption)
|
28 | 28 | * @method static mixed executeWithLocale($locale, $func)
|
|
35 | 35 | * @method static string getLocale()
|
36 | 36 | * @method static int getMidDayAt()
|
37 | 37 | * @method static \Illuminate\Support\Carbon|null getTestNow()
|
38 |
| - * @method static \Symfony\Component\Translation\TranslatorInterface getTranslator() |
| 38 | + * @method static \Symfony\Contracts\Translation\TranslatorInterface getTranslator() |
39 | 39 | * @method static int getWeekEndsAt()
|
40 | 40 | * @method static int getWeekStartsAt()
|
41 | 41 | * @method static array getWeekendDays()
|
|
58 | 58 | * @method static \Illuminate\Support\Carbon maxValue()
|
59 | 59 | * @method static \Illuminate\Support\Carbon minValue()
|
60 | 60 | * @method static void mixin($mixin)
|
61 |
| - * @method static \Illuminate\Support\Carbon now($tz = null) |
62 |
| - * @method static \Illuminate\Support\Carbon parse($time = null, $tz = null) |
| 61 | + * @method static \Illuminate\Support\Carbon now($timezone = null) |
| 62 | + * @method static \Illuminate\Support\Carbon parse($time = null, $timezone = null) |
63 | 63 | * @method static string pluralUnit(string $unit)
|
64 | 64 | * @method static void resetMonthsOverflow()
|
65 | 65 | * @method static void resetToStringFormat()
|
|
70 | 70 | * @method static void setMidDayAt($hour)
|
71 | 71 | * @method static void setTestNow($testNow = null)
|
72 | 72 | * @method static void setToStringFormat($format)
|
73 |
| - * @method static void setTranslator(\Symfony\Component\Translation\TranslatorInterface $translator) |
| 73 | + * @method static void setTranslator(\Symfony\Contracts\Translation\TranslatorInterface $translator) |
74 | 74 | * @method static void setUtf8($utf8)
|
75 | 75 | * @method static void setWeekEndsAt($day)
|
76 | 76 | * @method static void setWeekStartsAt($day)
|
77 | 77 | * @method static void setWeekendDays($days)
|
78 | 78 | * @method static bool shouldOverflowMonths()
|
79 | 79 | * @method static bool shouldOverflowYears()
|
80 | 80 | * @method static string singularUnit(string $unit)
|
81 |
| - * @method static \Illuminate\Support\Carbon today($tz = null) |
82 |
| - * @method static \Illuminate\Support\Carbon tomorrow($tz = null) |
| 81 | + * @method static \Illuminate\Support\Carbon today($timezone = null) |
| 82 | + * @method static \Illuminate\Support\Carbon tomorrow($timezone = null) |
83 | 83 | * @method static void useMonthsOverflow($monthsOverflow = true)
|
84 | 84 | * @method static void useStrictMode($strictModeEnabled = true)
|
85 | 85 | * @method static void useYearsOverflow($yearsOverflow = true)
|
86 |
| - * @method static \Illuminate\Support\Carbon yesterday($tz = null) |
| 86 | + * @method static \Illuminate\Support\Carbon yesterday($timezone = null) |
87 | 87 | *
|
88 | 88 | * @see \Illuminate\Support\DateFactory
|
89 | 89 | */
|
|
0 commit comments