Skip to content

Commit a4d1659

Browse files
Align PHPDoc style in Number::parseFloat with the rest of the class (#56206)
1 parent bac0903 commit a4d1659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Number.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public static function parseInt(string $string, ?string $locale = null): int
8080
/**
8181
* Parse a string into a float according to the specified locale.
8282
*
83-
* @param string $string The string to parse
84-
* @param string|null $locale The locale to use
83+
* @param string $string
84+
* @param string|null $locale
8585
* @return float|false
8686
*/
8787
public static function parseFloat(string $string, ?string $locale = null): float

0 commit comments

Comments
 (0)