From ac8cb62a6ac12c5521f5d8cc2f3ba04576929893 Mon Sep 17 00:00:00 2001 From: Brezo Cordero <8002881+brezocordero@users.noreply.github.com> Date: Thu, 9 Sep 2021 16:40:45 -0500 Subject: [PATCH] Extra space missed by sniffer [MAILPOET-3788] --- lib/Subscription/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Subscription/Captcha.php b/lib/Subscription/Captcha.php index 7de7e2ffc6..889991b3c4 100644 --- a/lib/Subscription/Captcha.php +++ b/lib/Subscription/Captcha.php @@ -43,7 +43,7 @@ class Captcha { } public function isRequired($subscriberEmail = null) { - if ($this->isUserExemptFromCaptcha() ) { + if ($this->isUserExemptFromCaptcha()) { return false; }