Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalopes24 committed Jul 30, 2024
1 parent 2c9ad51 commit 944a466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Number
/**
* The current default locale.
*
* @var callback|string
* @var callable|string
*/
protected static $locale = 'en';

Expand Down Expand Up @@ -282,7 +282,7 @@ public static function trim(int|float $number)
* Execute the given callback using the given locale.
*
* @param callable|string $locale
* @param callable $callback
* @param callable $callback
* @return mixed
*/
public static function withLocale(callable|string $locale, callable $callback)
Expand Down

0 comments on commit 944a466

Please sign in to comment.