Completed
Push — update/exclude-list ( 104ee0 )
by
unknown
08:34
created
3rd-party/qtranslate-x.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  * @param string $url_orig Original URL.
19 19
  * @param array  $url_info  Pieces of original URL.
20 20
  *
21
- * @return bool
21
+ * @return false|string
22 22
  */
23 23
 function jetpack_no_qtranslate_rest_url_redirect( $url_lang, $url_orig, $url_info ) {
24 24
 	if ( false !== strpos( $url_info['wp-path'], 'wp-json/jetpack' ) ) {
Please login to merge, or discard this patch.
3rd-party/woocommerce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
  * Add a callback for WooCommerce product rendering in infinite scroll.
67 67
  *
68 68
  * @param array $callbacks Array of render callpacks for IS.
69
- * @return array
69
+ * @return string[]
70 70
  */
71 71
 function jetpack_woocommerce_infinite_scroll_render_callback( $callbacks ) {
72 72
 	$callbacks[] = 'jetpack_woocommerce_infinite_scroll_render';
Please login to merge, or discard this patch.