mambax7/adslight

View on GitHub
include/searchform.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 125 characters
Open

    $search_form->addElement(new \XoopsFormLabel(_SR_SEARCHRULE, sprintf(_SR_KEYIGNORE, $xoopsConfigSearch['keyword_min'])));
Severity: Minor
Found in include/searchform.php by phpcodesniffer

Line exceeds 120 characters; contains 151 characters
Open

$search_form->addElement(new \XoopsFormText(_SR_KEYWORDS, 'query', 30, 255, htmlspecialchars(stripslashes(implode(' ', $queries)), ENT_QUOTES)), true);
Severity: Minor
Found in include/searchform.php by phpcodesniffer

There are no issues that match your filters.

Category
Status