Test Failed
Pull Request — master (#3256)
by Devin
07:52 queued 10s
created
includes/class-give-cache.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
 		if ( ! self::is_valid_cache_key( $cache_key ) ) {
204 204
 			if( empty( $cache_key ) ) {
205 205
 				return new WP_Error( 'give_empty_cache_key', __( 'Do not pass invalid empty cache key', 'give' ) );
206
-			}elseif ( ! $custom_key ) {
206
+			} elseif ( ! $custom_key ) {
207 207
 				return new WP_Error( 'give_invalid_cache_key', __( 'Cache key format should be give_cache_*', 'give' ) );
208 208
 			}
209 209
 
Please login to merge, or discard this patch.