Skip to content

Commit fd0b159

Browse files
committed
Fix static test failures
1 parent d2860ce commit fd0b159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Captcha/Plugin/CheckCaptchaOnStorefront.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class CheckCaptchaOnStorefront
2626
public function __construct(
2727
private readonly HelperCaptcha $helper,
2828
private readonly HttpContext $httpContext
29-
) {}
29+
) {
30+
}
3031

3132
/**
3233
* Remove template when login or disable captcha storefront

0 commit comments

Comments
 (0)