@@ -153,7 +153,7 @@ |
||
153 | 153 | * @param array $package_info Package info array. |
154 | 154 | * @param object|string $post The post object. |
155 | 155 | * @param string $post_type The post type. |
156 | - * @return object Returns filtered package info as an object. |
|
156 | + * @return string Returns filtered package info as an object. |
|
157 | 157 | */ |
158 | 158 | function geodir_post_package_info($package_info, $post = '', $post_type = '') |
159 | 159 | { |
@@ -2203,7 +2203,7 @@ |
||
2203 | 2203 | * @global object $wpdb WordPress Database object. |
2204 | 2204 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
2205 | 2205 | * @param int $attachment_id Attachment ID. |
2206 | - * @return bool|void Returns false on failure. |
|
2206 | + * @return false|null Returns false on failure. |
|
2207 | 2207 | */ |
2208 | 2208 | function geodirectory_before_featured_image_delete($attachment_id) |
2209 | 2209 | { |