Skip to content

Commit 40749f0

Browse files
committed
CoreRoundup: Fix post 19 BCMath class namespace cases
1 parent 6801130 commit 40749f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/2024-10-02-php-core-roundup-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ There are lots of new improvements in this space, including not only the [HTML5
118118
The BCMath extension in PHP 8.4 now has classes with support for operator overloading support!
119119

120120
```php
121-
use BCMath\Number;
121+
use BcMath\Number;
122122

123123
$num1 = new Number('22');
124124
$num2 = new Number('7');

0 commit comments

Comments
 (0)