Showing 47,251 of 47,256 total issues
Visibility must be declared on method "editform" Open
Open
function editform() {
- Exclude checks
Visibility must be declared on method "generatePrefix" Open
Open
function generatePrefix() {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'ca','cc','cd','cf','cg','ch','ci','ck','cl','cm','cn','co','cr','cu','cv','cx','cy','cz',
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_PASS_HELP", "Password of your database user account"); // L68
- Exclude checks
Opening brace should be on the same line as the declaration Open
Open
{
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (preg_match( "/[#]?([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})/i", $fg, $ret ) )
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
$icmsTpl->debugging = FALSE;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'drop' => TABLE_DROPPED,
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $path = '../mainfile.php';
- Exclude checks
Visibility must be declared on method "setRewrite" Open
Open
function setRewrite($def, $val) {
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $database;
- Exclude checks
Visibility must be declared on property "$dbname" Open
Open
var $dbname;
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $sanitizer;
- Exclude checks
Visibility must be declared on method "confirmForm" Open
Open
function confirmForm() {
- Exclude checks
Opening brace should be on the same line as the declaration Open
Open
{
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_PASS_HELP", "Password della tua utenza database"); // L68
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_NAME_HELP", "Il nome del database sull'host. Se non esiste questo installatore proverà a creare uno"); // L64
- Exclude checks
Blank line found at start of control structure Open
Open
if (count($config_handler->getConfigs(new icms_db_criteria_Item('conf_modid', $xoopsModule->getVar('mid')))) > 0) {
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $protector = null;
- Exclude checks
The var keyword must not be used to declare a property Open
Open
var $filters_byconfig = '';
- Exclude checks