@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * |
| 125 | 125 | * @access public |
| 126 | 126 | * |
| 127 | - * @return array Full sync actions of this module. |
|
| 127 | + * @return string[] Full sync actions of this module. |
|
| 128 | 128 | */ |
| 129 | 129 | public function get_full_sync_actions() { |
| 130 | 130 | return array( 'jetpack_full_sync_term_relationships' ); |
@@ -1534,6 +1534,7 @@ discard block |
||
| 1534 | 1534 | * timezone set in the options table for the blog or the GMT offset. |
| 1535 | 1535 | * |
| 1536 | 1536 | * @param datetime string $date_string Date to parse. |
| 1537 | + * @param string $date_string |
|
| 1537 | 1538 | * |
| 1538 | 1539 | * @return array( $local_time_string, $gmt_time_string ) |
| 1539 | 1540 | */ |
@@ -1643,6 +1644,10 @@ discard block |
||
| 1643 | 1644 | do_action( 'restapi_theme_init' ); |
| 1644 | 1645 | } |
| 1645 | 1646 | |
| 1647 | + /** |
|
| 1648 | + * @param string $from_hook |
|
| 1649 | + * @param string $to_hook |
|
| 1650 | + */ |
|
| 1646 | 1651 | function copy_hooks( $from_hook, $to_hook, $base_paths ) { |
| 1647 | 1652 | global $wp_filter; |
| 1648 | 1653 | foreach ( $wp_filter as $hook => $actions ) { |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | * |
| 104 | 104 | * @param string $content The current message. |
| 105 | 105 | * |
| 106 | - * @return array The new message. |
|
| 106 | + * @return string The new message. |
|
| 107 | 107 | */ |
| 108 | 108 | public static function jitm_woocommerce_services_msg( $content ) { |
| 109 | 109 | if ( ! function_exists( 'wc_get_base_location' ) ) { |