Commit 40a80d4c authored by Inani El Houssain's avatar Inani El Houssain Committed by GitHub

update doc

parent f5befe29
...@@ -52,6 +52,9 @@ class NoCaptcha ...@@ -52,6 +52,9 @@ class NoCaptcha
/** /**
* Render HTML captcha. * Render HTML captcha.
* *
* @param array $attributes
* @param string $lang
*
* @return string * @return string
*/ */
public function display($attributes = [], $lang = null) public function display($attributes = [], $lang = null)
...@@ -109,6 +112,8 @@ class NoCaptcha ...@@ -109,6 +112,8 @@ class NoCaptcha
/** /**
* Get recaptcha js link. * Get recaptcha js link.
* *
* @param string $lang
*
* @return string * @return string
*/ */
public function getJsLink($lang = null) public function getJsLink($lang = null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment