Completed
Push — add/calendly-block ( 6982ed...fef03b )
by
unknown
56:53 queued 48:31
created
packages/status/tests/php/test_Status.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -205,8 +205,7 @@  discard block
 block discarded – undo
205 205
 	/**
206 206
 	 * Mock a set of constants.
207 207
 	 *
208
-	 * @param array $args Array of sets with constants and their respective values.
209
-	 * @return phpmock\Mock The mock object.
208
+	 * @return phpmock\Mock[] The mock object.
210 209
 	 */
211 210
 	protected function mock_constants( $constants = array() ) {
212 211
 		$prepare_constant = function( $constant ) {
@@ -222,7 +221,7 @@  discard block
 block discarded – undo
222 221
 	/**
223 222
 	 * Mock $wpdb->get_var() and make it return a certain value.
224 223
 	 *
225
-	 * @param mixed  $return_value  Return value of the function.
224
+	 * @param integer  $return_value  Return value of the function.
226 225
 	 * @return PHPUnit\Framework\MockObject\MockObject The mock object.
227 226
 	 */
228 227
 	protected function mock_wpdb_get_var( $return_value = null ) {
Please login to merge, or discard this patch.
_inc/lib/core-api/load-wpcom-endpoints.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
  *  - wp-content/rest-api-plugins/jetpack-endpoints/
9 9
  */
10 10
 
11
+/**
12
+ * @param string $file_pattern
13
+ */
11 14
 function wpcom_rest_api_v2_load_plugin_files( $file_pattern ) {
12 15
 	$plugins = glob( dirname( __FILE__ ) . '/' . $file_pattern );
13 16
 
Please login to merge, or discard this patch.
extensions/blocks/calendly/calendly.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 /**
75 75
  * Get the style attribute for the submit button
76 76
  *
77
- * @param array  $submit_button_text_color         String containing the button text color.
77
+ * @param string  $submit_button_text_color         String containing the button text color.
78 78
  * @param string $submit_button_background_color   String containing the button background color.
79 79
  *
80 80
  * @return string
Please login to merge, or discard this patch.