Skip to content

Commit 3ee3ad9

Browse files
authored
[11.x] Fixes phpdoc type of Number::forHumans() (#53218)
1 parent a37b40b commit 3ee3ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Number.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static function abbreviate(int|float $number, int $precision = 0, ?int $m
170170
* @param int $precision
171171
* @param int|null $maxPrecision
172172
* @param bool $abbreviate
173-
* @return bool|string
173+
* @return false|string
174174
*/
175175
public static function forHumans(int|float $number, int $precision = 0, ?int $maxPrecision = null, bool $abbreviate = false)
176176
{

0 commit comments

Comments
 (0)