Skip to content

Commit

Permalink
Update src/helpers.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kehet <Kehet@users.noreply.github.com>
  • Loading branch information
ariaieboy and Kehet authored Dec 7, 2024
1 parent a9d2e85 commit 8229a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Akaunting\Money\Money;

if (! function_exists('money')) {
function money(mixed $amount, ?string $currency = null, bool $convert = null): Money
function money(mixed $amount, ?string $currency = null, ?bool $convert = null): Money
{
if (is_null($currency)) {
/** @var string $currency */
Expand Down

0 comments on commit 8229a8e

Please sign in to comment.