From cbdf1c5ea37a821662124e6ccd8547038935b2cd Mon Sep 17 00:00:00 2001 From: Sasha Ivanenko <46720998+girafffee@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:09:41 +0300 Subject: [PATCH] fix wpcs --- modules/captcha/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/captcha/module.php b/modules/captcha/module.php index b3cd03ea..bde57af8 100644 --- a/modules/captcha/module.php +++ b/modules/captcha/module.php @@ -356,10 +356,10 @@ public function check_is_container_exist( array $blocks ): array { $current->set_exist_container( ! empty( - Block_Helper::find_by_block_name( - $blocks, - 'jet-forms/captcha-container' - ) + Block_Helper::find_by_block_name( + $blocks, + 'jet-forms/captcha-container' + ) ) );