Skip to content

Commit 34c6f72

Browse files
committed
Update stubs
1 parent c42f6e2 commit 34c6f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/ext/standard/fpow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* @compile-time-eval
55
*/
66
#[\Since('8.4')]
7-
function fpow(float $num1, float $num2): float
7+
function fpow(float $num, float $exponent): float
88
{
99
}

0 commit comments

Comments
 (0)