Skip to content

Commit a4b6585

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Captcha module
1 parent 94f3836 commit a4b6585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Captcha/Helper/Data.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* Captcha image model
14+
*
15+
* @api
1416
*/
1517
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1618
{
@@ -83,7 +85,6 @@ public function __construct(
8385
*
8486
* @param string $formId
8587
* @return \Magento\Captcha\Model\CaptchaInterface
86-
* @api
8788
*/
8889
public function getCaptcha($formId)
8990
{

0 commit comments

Comments
 (0)