Skip to content

Commit

Permalink
Fix PHPDoc for the FunctionMocker::replace method
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaystrikhar committed Oct 10, 2022
1 parent 6410a3f commit 5921460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tad/FunctionMocker/FunctionMocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static function tearDown() {
* not specifying a return value will make the replaced function or value
* return `null`.
*
* @param $functionName
* @param null $returnValue
* @param string|array $functionName
* @param mixed $returnValue
*
* @return mixed|Call\Verifier\InstanceMethodCallVerifier|static
*/
Expand Down

0 comments on commit 5921460

Please sign in to comment.