Skip to content

Commit 3c0aacc

Browse files
[12.x] Add missing @throws annotation to Number (#56116)
* Add missing @throws annotation to Number * Update Number.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent aaff1cd commit 3c0aacc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Number.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ public static function defaultCurrency()
418418
* Ensure the "intl" PHP extension is installed.
419419
*
420420
* @return void
421+
*
422+
* @throws \RuntimeException
421423
*/
422424
protected static function ensureIntlExtensionIsInstalled()
423425
{

0 commit comments

Comments
 (0)