Completed
Push — issues/1132 ( b0ddd9...34d612 )
by Ravinder
22:33 queued 02:37
created
includes/class-give-logging.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -523,7 +523,7 @@
 block discarded – undo
523 523
 	 * @since  1.7
524 524
 	 * @access public
525 525
 	 *
526
-	 * @return bool
526
+	 * @return false|null
527 527
 	 */
528 528
 	public function delete_cache() {
529 529
 		// Add log related keys to delete.
Please login to merge, or discard this patch.
includes/class-give-cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 	 *
91 91
 	 * @param  string $cache_key
92 92
 	 * @param  bool   $custom_key
93
-	 * @param  mixed  $query_args
93
+	 * @param  string  $query_args
94 94
 	 *
95 95
 	 * @return mixed
96 96
 	 */
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
 	 *
206 206
 	 * @param bool  $force If set to true then all cached values will be delete instead of only expired
207 207
 	 *
208
-	 * @return bool
208
+	 * @return false|null
209 209
 	 */
210 210
 	public static function delete_all_expired( $force = false ) {
211 211
 		global $wpdb;
Please login to merge, or discard this patch.