Skip to content

Commit

Permalink
Update FunctionMocker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume authored Oct 13, 2022
1 parent 5921460 commit 6a3c4c6
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 string|array $functionName
* @param mixed $returnValue
* @param string|array $functionName
* @param mixed $returnValue
*
* @return mixed|Call\Verifier\InstanceMethodCallVerifier|static
*/
Expand Down

0 comments on commit 6a3c4c6

Please sign in to comment.