Completed
Pull Request — master (#206)
by Kiran
05:47
created
geodirectory-functions/custom_functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
geodirectory_hooks_actions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2203,7 +2203,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.