Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Nov 12, 2024
1 parent c42f6e2 commit 34c6f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/ext/standard/fpow.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* @compile-time-eval
*/
#[\Since('8.4')]
function fpow(float $num1, float $num2): float
function fpow(float $num, float $exponent): float
{
}

0 comments on commit 34c6f72

Please sign in to comment.