Skip to content

Commit 5ad0a1c

Browse files
Inconsistent use of @return type (#56207)
1 parent a4d1659 commit 5ad0a1c

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
@@ -234,7 +234,7 @@ public static function abbreviate(int|float $number, int $precision = 0, ?int $m
234234
* @param int $precision
235235
* @param int|null $maxPrecision
236236
* @param bool $abbreviate
237-
* @return false|string
237+
* @return string|false
238238
*/
239239
public static function forHumans(int|float $number, int $precision = 0, ?int $maxPrecision = null, bool $abbreviate = false)
240240
{

0 commit comments

Comments
 (0)