ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Method name "Protector::dblayertrap_init" is not in camel caps format
Open

    function dblayertrap_init($force_override = false) {

Method name "Protector::_spam_check_point_recursive" is not in camel caps format
Open

    function _spam_check_point_recursive($val) {

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

        <div class="dbconn_line"><?php echo xoFormField( 'DB_HOST',    $vars['DB_HOST'],        DB_HOST_LABEL, DB_HOST_HELP ); ?>

Expected 0 spaces before closing bracket; 1 found
Open

if (!defined( 'XOOPS_INSTALL' ) )    exit();

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

{

Visibility must be declared on method "eventStartCoreBoot"
Open

    function eventStartCoreBoot() {

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

    var $_done_contami = false;

Visibility must be declared on property "$_logged"
Open

    var $_logged = false;

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

    var $_safe_contami = true;

Visibility must be declared on property "$_done_contami"
Open

    var $_done_contami = false;

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

    var $_safe_badext = true;

Visibility must be declared on property "$last_error_type"
Open

    var $last_error_type = 'UNKNOWN';

Visibility must be declared on property "$_should_be_banned"
Open

    var $_should_be_banned = false;

Visibility must be declared on property "$ip_matched_info"
Open

    var $ip_matched_info = null;

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

    var $last_error_type = 'UNKNOWN';

Visibility must be declared on method "getDblayertrapDoubtfuls"
Open

    function getDblayertrapDoubtfuls() {

Method name "Protector::_dblayertrap_check_recursive" is not in camel caps format
Open

    function _dblayertrap_check_recursive($val) {

Visibility must be declared on method "_bigumbrella_check_recursive"
Open

    function _bigumbrella_check_recursive($val) {

Method name "Protector::check_uploaded_files" is not in camel caps format
Open

    function check_uploaded_files() {

Blank line found at start of control structure
Open

        if ($this->_conf['disable_features'] & 1024) {
Severity
Category
Status
Source
Language