Completed
Push — add/jetpack-aff-package ( 65f82f...3b6a54 )
by
unknown
63:11 queued 56:03
created
packages/affiliate/tests/php/test_Affiliate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 	 * Mock a global function and make it return a certain value.
73 73
 	 *
74 74
 	 * @param string $function_name Name of the function.
75
-	 * @param mixed  $return_value  Return value of the function.
75
+	 * @param string  $return_value  Return value of the function.
76 76
 	 * @return phpmock\Mock The mock object.
77 77
 	 */
78 78
 	protected function mock_function( $function_name, $return_value = null ) {
Please login to merge, or discard this patch.