ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

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

define( "DB_CHARSET_HELP",  "MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations.");

Visibility must be declared on property "$_conf"
Open

    var $_conf = array();

Blank line found at start of control structure
Open

if (!empty($_POST['action'])) {

Visibility must be declared on property "$protector"
Open

    var $protector = null;

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

    var $filters_base = '';

Method name "XoopsGTicket::addTicketicms_form_Element" is not in camel caps format
Open

        function addTicketicms_form_Element(&$form, $salt = '', $timeout = 1800, $area = '') {

Visibility must be declared on property "$_dblayertrap_doubtfuls"
Open

    var $_dblayertrap_doubtfuls = array();

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

                                   'dt', 'em', 'font', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'i', 'img', 'ins', 'kbd', 'li', 'ol', 'p', 'pre', 's',
Severity: Minor
Found in htdocs/install/makedata.php by phpcodesniffer

Visibility must be declared on property "$_latest_token"
Open

        var $_latest_token = '';

Visibility must be declared on method "getTicketArray"
Open

        function getTicketArray($salt = '', $timeout = 1800, $area = '') {

Visibility must be declared on method "extract_post_recursive"
Open

        function extract_post_recursive($key_name, $tmp_array) {

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

define( "DB_HOST_HELP",  "Hostname van de database server. Als u niet zeker bent, dan werkt <em>localhost</em> in de meeste gevallen"); // L67

PHP keywords must be lowercase; expected "or" but found "OR"
Open

        if ($myrow['side'] == 1 OR $myrow['side'] == 2 OR $myrow['side'] == 7) {
Severity: Minor
Found in htdocs/install/makedata.php by phpcodesniffer

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

    var $_conf_serialized = '';

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

define( "DB_COLLATION_HELP",  "Una collazione &egrave; un set di regole per la comparazione di caratteri in un set di caratteri.");

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

define( "DB_CHARSET_HELP",  "MySQL include un supporto al set di carattere che ti permette di immagazzinare dati usando una variet&agrave; di sets di caratteri e mettendo in atto comparazioni in accordo con una variet&agrave; di collazioni.");

Visibility must be declared on method "__construct"
Open

    function __construct() {

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

    var $doubtful_requests = array ();

Visibility must be declared on property "$doubtful_requests"
Open

    var $doubtful_requests = array ();

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

        var $_errors = array ();
Severity
Category
Status
Source
Language