ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Blank line found at start of control structure
Open

                } else {

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

                                   'blockquote.cite', 'div.align', 'div.style', 'div.class', 'div.id', 'font.size', 'font.color', 'h1.style', 'h2.style', 'h3.style', 'h4.style', 'h5.style', 'h6.style', 'img.src', 'img.alt', 'img.title', 'img.class', 'img.align', 'img.style', 'img.height', 'img.width', 'li.style', 'ol.style', 'p.style', 'span.style', 'span.class', 'span.id', 'table.class', 'table.id', 'table.border', 'table.cellpadding', 'table.cellspacing', 'table.style', 'table.width', 'td.abbr', 'td.align', 'td.class', 'td.id', 'td.colspan', 'td.rowspan', 'td.style', 'td.valign', 'tr.align', 'tr.class', 'tr.id', 'tr.style', 'tr.valign', 'th.abbr', 'th.align', 'th.class', 'th.id', 'th.colspan', 'th.rowspan', 'th.style', 'th.valign', 'ul.style')))."',
Severity: Minor
Found in htdocs/install/makedata.php by phpcodesniffer

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

    var $protector = null;

Space found before closing bracket of FOR loop
Open

        for ($i = 0; $i < $sql_len; $i++ ) {

Visibility must be declared on property "$protector"
Open

    var $protector = null;

Visibility must be declared on property "$doubtful_needles"
Open

    var $doubtful_needles = array (

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

        var $messages = array ();

Visibility must be declared on property "$_errors"
Open

        var $_errors = array ();

Visibility must be declared on method "check"
Open

        function check($post = true, $area = '', $allow_repost = true) {

Visibility must be declared on method "__construct"
Open

        function __construct() {

Visibility must be declared on method "getTicketHtml"
Open

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

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

    var $_conn = null;

Visibility must be declared on method "getTicketXoopsForm"
Open

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

Visibility must be declared on method "getErrors"
Open

        function getErrors($ashtml = true) {

Visibility must be declared on method "separateStringsInSQL"
Open

    function separateStringsInSQL($sql) {

Expected 0 spaces before closing bracket; 1 found
Open

        for ($i = 0; $i < $sql_len; $i++ ) {

Visibility must be declared on method "query"
Open

    function query($sql, $limit = 0, $start = 0) {

Visibility must be declared on method "using"
Open

        function using() {

Visibility must be declared on property "$error"
Open

    var $error = false;

Visibility must be declared on property "$_done_intval"
Open

    var $_done_intval = false;
Severity
Category
Status
Source
Language