Skip to content

Commit f54ef00

Browse files
azjezznicolas-grekas
authored andcommitted
Fix the name of arguments for PHP 8
1 parent 5c497cb commit f54ef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
if (!function_exists('fdiv')) {
23-
function fdiv(float $dividend, float $divisor): float { return p\Php80::fdiv($dividend, $divisor); }
23+
function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); }
2424
}
2525
if (!function_exists('preg_last_error_msg')) {
2626
function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }

0 commit comments

Comments
 (0)