mambax7/adslight

View on GitHub
rss.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one USE keyword per declaration
Open

use XoopsModules\Adslight\{
Severity: Minor
Found in rss.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

$adslink = 'http://' . $_SERVER['SERVER_NAME'] . mb_substr($_SERVER['REQUEST_URI'], 0, mb_strrpos($_SERVER['REQUEST_URI'], '/'));
Severity: Minor
Found in rss.php by phpcodesniffer

Line exceeds 120 characters; contains 259 characters
Open

<description><![CDATA[' . stripslashes($allad['desctext']) . '<br><strong>Ville:</strong> ' . htmlspecialchars($allad['town'], ENT_QUOTES | ENT_HTML5) . ' - <strong>Prix:</strong> ' . htmlspecialchars($allad['price'], ENT_QUOTES | ENT_HTML5) . '&#8364; <br>';
Severity: Minor
Found in rss.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

$base_xoops = 'http://' . $_SERVER['SERVER_NAME'] . mb_substr($_SERVER['REQUEST_URI'], 0, mb_strpos($_SERVER['REQUEST_URI'], 'modules'));
Severity: Minor
Found in rss.php by phpcodesniffer

There are no issues that match your filters.

Category
Status