Skip to content

Commit f5f283d

Browse files
author
Mark Berube
committed
MAGETWO-96534: Changing random string generation
1 parent d6709dd commit f5f283d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Captcha/Model/DefaultModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class DefaultModel extends \Zend_Captcha_Image implements \Magento\Captcha\Model
8181
* @param \Magento\Framework\Session\SessionManagerInterface $session
8282
* @param \Magento\Captcha\Helper\Data $captchaData
8383
* @param \Magento\Captcha\Model\ResourceModel\LogFactory $resLogFactory
84-
* @param Random $randomMath
8584
* @param string $formId
85+
* @param Random $randomMath
8686
*/
8787
public function __construct(
8888
\Magento\Framework\Session\SessionManagerInterface $session,

0 commit comments

Comments
 (0)