We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6410a3f + 6a3c4c6 commit 0bf4a35Copy full SHA for 0bf4a35
src/tad/FunctionMocker/FunctionMocker.php
@@ -98,8 +98,8 @@ public static function tearDown() {
98
* not specifying a return value will make the replaced function or value
99
* return `null`.
100
*
101
- * @param $functionName
102
- * @param null $returnValue
+ * @param string|array $functionName
+ * @param mixed $returnValue
103
104
* @return mixed|Call\Verifier\InstanceMethodCallVerifier|static
105
*/
0 commit comments