|
9 | 9 | * @see https://carbon.nesbot.com/docs/
|
10 | 10 | * @see https://github.com/briannesbitt/Carbon/blob/master/src/Carbon/Factory.php
|
11 | 11 | *
|
12 |
| - * @method \Illuminate\Support\Carbon create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $tz = null) |
13 |
| - * @method \Illuminate\Support\Carbon createFromDate($year = null, $month = null, $day = null, $tz = null) |
14 |
| - * @method \Illuminate\Support\Carbon|false createFromFormat($format, $time, $tz = null) |
15 |
| - * @method \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $tz = null) |
16 |
| - * @method \Illuminate\Support\Carbon createFromTimeString($time, $tz = null) |
17 |
| - * @method \Illuminate\Support\Carbon createFromTimestamp($timestamp, $tz = null) |
18 |
| - * @method \Illuminate\Support\Carbon createFromTimestampMs($timestamp, $tz = null) |
| 12 | + * @method \Illuminate\Support\Carbon create($year = 0, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0, $timezone = null) |
| 13 | + * @method \Illuminate\Support\Carbon createFromDate($year = null, $month = null, $day = null, $timezone = null) |
| 14 | + * @method \Illuminate\Support\Carbon|false createFromFormat($format, $time, $timezone = null) |
| 15 | + * @method \Illuminate\Support\Carbon createFromTime($hour = 0, $minute = 0, $second = 0, $timezone = null) |
| 16 | + * @method \Illuminate\Support\Carbon createFromTimeString($time, $timezone = null) |
| 17 | + * @method \Illuminate\Support\Carbon createFromTimestamp($timestamp, $timezone = null) |
| 18 | + * @method \Illuminate\Support\Carbon createFromTimestampMs($timestamp, $timezone = null) |
19 | 19 | * @method \Illuminate\Support\Carbon createFromTimestampUTC($timestamp)
|
20 |
| - * @method \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $tz = null) |
21 |
| - * @method \Illuminate\Support\Carbon|false createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $tz = null) |
| 20 | + * @method \Illuminate\Support\Carbon createMidnightDate($year = null, $month = null, $day = null, $timezone = null) |
| 21 | + * @method \Illuminate\Support\Carbon|false createSafe($year = null, $month = null, $day = null, $hour = null, $minute = null, $second = null, $timezone = null) |
22 | 22 | * @method void disableHumanDiffOption($humanDiffOption)
|
23 | 23 | * @method void enableHumanDiffOption($humanDiffOption)
|
24 | 24 | * @method mixed executeWithLocale($locale, $func)
|
|
31 | 31 | * @method string getLocale()
|
32 | 32 | * @method int getMidDayAt()
|
33 | 33 | * @method \Illuminate\Support\Carbon|null getTestNow()
|
34 |
| - * @method \Symfony\Component\Translation\TranslatorInterface getTranslator() |
| 34 | + * @method \Symfony\Contracts\Translation\TranslatorInterface getTranslator() |
35 | 35 | * @method int getWeekEndsAt()
|
36 | 36 | * @method int getWeekStartsAt()
|
37 | 37 | * @method array getWeekendDays()
|
|
54 | 54 | * @method \Illuminate\Support\Carbon maxValue()
|
55 | 55 | * @method \Illuminate\Support\Carbon minValue()
|
56 | 56 | * @method void mixin($mixin)
|
57 |
| - * @method \Illuminate\Support\Carbon now($tz = null) |
58 |
| - * @method \Illuminate\Support\Carbon parse($time = null, $tz = null) |
| 57 | + * @method \Illuminate\Support\Carbon now($timezone = null) |
| 58 | + * @method \Illuminate\Support\Carbon parse($time = null, $timezone = null) |
59 | 59 | * @method string pluralUnit(string $unit)
|
60 | 60 | * @method void resetMonthsOverflow()
|
61 | 61 | * @method void resetToStringFormat()
|
|
66 | 66 | * @method void setMidDayAt($hour)
|
67 | 67 | * @method void setTestNow($testNow = null)
|
68 | 68 | * @method void setToStringFormat($format)
|
69 |
| - * @method void setTranslator(\Symfony\Component\Translation\TranslatorInterface $translator) |
| 69 | + * @method void setTranslator(\Symfony\Contracts\Translation\TranslatorInterface $translator) |
70 | 70 | * @method void setUtf8($utf8)
|
71 | 71 | * @method void setWeekEndsAt($day)
|
72 | 72 | * @method void setWeekStartsAt($day)
|
73 | 73 | * @method void setWeekendDays($days)
|
74 | 74 | * @method bool shouldOverflowMonths()
|
75 | 75 | * @method bool shouldOverflowYears()
|
76 | 76 | * @method string singularUnit(string $unit)
|
77 |
| - * @method \Illuminate\Support\Carbon today($tz = null) |
78 |
| - * @method \Illuminate\Support\Carbon tomorrow($tz = null) |
| 77 | + * @method \Illuminate\Support\Carbon today($timezone = null) |
| 78 | + * @method \Illuminate\Support\Carbon tomorrow($timezone = null) |
79 | 79 | * @method void useMonthsOverflow($monthsOverflow = true)
|
80 | 80 | * @method void useStrictMode($strictModeEnabled = true)
|
81 | 81 | * @method void useYearsOverflow($yearsOverflow = true)
|
82 |
| - * @method \Illuminate\Support\Carbon yesterday($tz = null) |
| 82 | + * @method \Illuminate\Support\Carbon yesterday($timezone = null) |
83 | 83 | */
|
84 | 84 | class DateFactory
|
85 | 85 | {
|
|
0 commit comments