@@ -1625,7 +1625,7 @@ public function diffFiltered(CarbonInterval $ci, Closure $callback, $date = null
1625
1625
* ⦿ 'altNumbers' entry, use alternative numbers if available
1626
1626
* ` (from the current language if true is passed, from the given language(s)
1627
1627
* ` if array or string is passed)
1628
- * - 'join' entry determines how to join multiple parts of the string
1628
+ * ⦿ 'join' entry determines how to join multiple parts of the string
1629
1629
* ` - if $join is a string, it's used as a joiner glue
1630
1630
* ` - if $join is a callable/closure, it get the list of string and should return a string
1631
1631
* ` - if $join is an array, the first item will be the default glue, and the second item
@@ -1635,7 +1635,9 @@ public function diffFiltered(CarbonInterval $ci, Closure $callback, $date = null
1635
1635
* ⦿ 'other' entry (see above)
1636
1636
* ⦿ 'minimumUnit' entry determines the smallest unit of time to display can be long or
1637
1637
* ` short form of the units, e.g. 'hour' or 'h' (default value: s)
1638
- * if int passed, it add modifiers:
1638
+ * ⦿ 'locale' language in which the diff should be output (has no effect if 'translator' key is set)
1639
+ * ⦿ 'translator' a custom translator to use to translator the output.
1640
+ * if int passed, it adds modifiers:
1639
1641
* Possible values:
1640
1642
* - CarbonInterface::DIFF_ABSOLUTE no modifiers
1641
1643
* - CarbonInterface::DIFF_RELATIVE_TO_NOW add ago/from now modifier
@@ -3200,7 +3202,7 @@ public static function macro(string $name, ?callable $macro): void;
3200
3202
*
3201
3203
* @return static|null
3202
3204
*/
3203
- public static function make ($ var );
3205
+ public static function make ($ var, DateTimeZone | string | null $ timezone = null );
3204
3206
3205
3207
/**
3206
3208
* Get the maximum instance between a given instance (default now) and the current instance.
0 commit comments