Completed
Push — try/use_composer_extra_replace... ( 8bec3d...e5998e )
by
unknown
06:48
created
packages/config/tests/php/test_Textdomain_Customizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 	 * Mock a global function and make it return a certain value.
88 88
 	 *
89 89
 	 * @param string $function_name Name of the function.
90
-	 * @param mixed  $return_value  Return value of the function.
90
+	 * @param boolean|string  $return_value  Return value of the function.
91 91
 	 * @return phpmock\Mock The mock object.
92 92
 	 */
93 93
 	protected function mock_function( $function_name, $return_value = null ) {
Please login to merge, or discard this patch.