ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Visibility must be declared on method "editform"
Open

    function editform() {

Visibility must be declared on method "generatePrefix"
Open

    function generatePrefix() {

Tabs must be used to indent lines; spaces are not allowed
Open

     'ca','cc','cd','cf','cg','ch','ci','ck','cl','cm','cn','co','cr','cu','cv','cx','cy','cz',

Expected 1 space after comma in function call; 2 found
Open

define( "DB_PASS_HELP",  "Password of your database user account"); // L68

Opening brace should be on the same line as the declaration
Open

    {

Expected 0 spaces before closing bracket; 1 found
Open

    if (preg_match( "/[#]?([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})/i", $fg, $ret ) )

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

    $icmsTpl->debugging = FALSE;

Tabs must be used to indent lines; spaces are not allowed
Open

        'drop'        => TABLE_DROPPED,

The var keyword must not be used to declare a property
Open

    var $path = '../mainfile.php';

Visibility must be declared on method "setRewrite"
Open

    function setRewrite($def, $val) {

The var keyword must not be used to declare a property
Open

    var $database;

Visibility must be declared on property "$dbname"
Open

    var $dbname;

The var keyword must not be used to declare a property
Open

    var $sanitizer;

Visibility must be declared on method "confirmForm"
Open

    function confirmForm() {

Opening brace should be on the same line as the declaration
Open

{

Expected 1 space after comma in function call; 2 found
Open

define( "DB_PASS_HELP",  "Password della tua utenza database"); // L68

Expected 1 space after comma in function call; 2 found
Open

define( "DB_NAME_HELP",  "Il nome del database sull'host. Se non esiste questo installatore proverà a creare uno"); // L64

Blank line found at start of control structure
Open

if (count($config_handler->getConfigs(new icms_db_criteria_Item('conf_modid', $xoopsModule->getVar('mid')))) > 0) {

The var keyword must not be used to declare a property
Open

    var $protector = null;

The var keyword must not be used to declare a property
Open

    var $filters_byconfig = '';
Severity
Category
Status
Source
Language