Skip to content

Commit

Permalink
CoreRoundup: Fix post 19 BCMath class namespace cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Oct 3, 2024
1 parent 6801130 commit 40749f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/2024-10-02-php-core-roundup-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ There are lots of new improvements in this space, including not only the [HTML5
The BCMath extension in PHP 8.4 now has classes with support for operator overloading support!

```php
use BCMath\Number;
use BcMath\Number;

$num1 = new Number('22');
$num2 = new Number('7');
Expand Down

0 comments on commit 40749f0

Please sign in to comment.