mambax7/gbook

View on GitHub
sign.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one USE keyword per declaration
Open

use XoopsModules\Gbook\{
Severity: Minor
Found in sign.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

$emailTmp   = Request::getString('email', '', 'POST') ?: (is_object($xoopsUser) ? $xoopsUser->getVar('email', 'E') : '');
Severity: Minor
Found in sign.php by phpcodesniffer

There are no issues that match your filters.

Category
Status