@@ -9,6 +9,9 @@ |
||
| 9 | 9 | |
| 10 | 10 | class Differences extends PersistentList { |
| 11 | 11 | |
| 12 | + /** |
|
| 13 | + * @param string $path |
|
| 14 | + */ |
|
| 12 | 15 | private function slashit( $path ) { |
| 13 | 16 | $path .= ( substr( $path, -1 ) == '/' ? '' : '/' ); |
| 14 | 17 | return $path; |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * |
| 19 | 19 | * @param string $access_token The Instagram access token. |
| 20 | 20 | * @param int $count The number of Instagram posts to fetch. |
| 21 | - * @return mixed |
|
| 21 | + * @return integer|null |
|
| 22 | 22 | */ |
| 23 | 23 | public static function get_instagram_gallery( $access_token, $count ) { |
| 24 | 24 | $site_id = self::get_site_id(); |
@@ -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' ) ) { |