We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42f6e2 commit 34c6f72Copy full SHA for 34c6f72
stubs/ext/standard/fpow.php
@@ -4,6 +4,6 @@
4
* @compile-time-eval
5
*/
6
#[\Since('8.4')]
7
-function fpow(float $num1, float $num2): float
+function fpow(float $num, float $exponent): float
8
{
9
}
0 commit comments