Skip to content

Commit

Permalink
Merge pull request #20 from nikolaystrikhar/master
Browse files Browse the repository at this point in the history
Fix PHPDoc for the FunctionMocker::replace method
  • Loading branch information
lucatume authored Oct 13, 2022
2 parents 6410a3f + 6a3c4c6 commit 0bf4a35
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 0bf4a35

Please sign in to comment.