XoopsModules25x/contact

View on GitHub
send.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the last USE statement; 0 found;
Open

use XoopsModules\Contact\{
Severity: Minor
Found in send.php by phpcodesniffer

There must be one USE keyword per declaration
Open

use XoopsModules\Contact\{
Severity: Minor
Found in send.php by phpcodesniffer

Line exceeds 120 characters; contains 197 characters
Open

    $response = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret=' . $helper->getConfig('recaptchakey') . '&response=' . $captcha . '&remoteip=' . $_SERVER['REMOTE_ADDR']);
Severity: Minor
Found in send.php by phpcodesniffer

There are no issues that match your filters.

Category
Status