We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8383438 commit 11669e0Copy full SHA for 11669e0
ReCaptchaCustomer/Model/WebapiConfigProvider.php
@@ -3,7 +3,6 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
declare(strict_types=1);
8
9
namespace Magento\ReCaptchaCustomer\Model;
@@ -15,7 +14,7 @@
15
14
use Magento\ReCaptchaWebapiApi\Api\WebapiValidationConfigProviderInterface;
16
17
/**
18
- * Provide customer-related endpoint information
+ * Provide customer related endpoint configuration.
19
20
class WebapiConfigProvider implements WebapiValidationConfigProviderInterface
21
{
0 commit comments