Skip to content
Code-Schnipsel Gruppen Projekte
Commit ad46263a erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

docs: PHPDoc

Übergeordneter 4280db45
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -22,6 +22,7 @@ class Google extends QUI\Captcha\AbstractCaptcha
*
* @param string $data
* @return bool
* @throws QUI\Exception
*/
public static function isValid($data)
{
......@@ -68,6 +69,7 @@ class Google extends QUI\Captcha\AbstractCaptcha
* Get Google reCAPTCHA v2 Site Key
*
* @return string|false
* @throws QUI\Exception
*/
public static function getSiteKey()
{
......@@ -78,6 +80,7 @@ class Google extends QUI\Captcha\AbstractCaptcha
* Get Google reCAPTCHA v2 Secret Key
*
* @return string|false
* @throws QUI\Exception
*/
protected static function getSecretKey()
{
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren