Skip to content

Commit 0bf4a35

Browse files
authored
Merge pull request #20 from nikolaystrikhar/master
Fix PHPDoc for the FunctionMocker::replace method
2 parents 6410a3f + 6a3c4c6 commit 0bf4a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tad/FunctionMocker/FunctionMocker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ public static function tearDown() {
9898
* not specifying a return value will make the replaced function or value
9999
* return `null`.
100100
*
101-
* @param $functionName
102-
* @param null $returnValue
101+
* @param string|array $functionName
102+
* @param mixed $returnValue
103103
*
104104
* @return mixed|Call\Verifier\InstanceMethodCallVerifier|static
105105
*/

0 commit comments

Comments
 (0)