ImpressCMS/impresscms

View on GitHub
htdocs/install/page_safe_mode.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $wizard is undeclared
Open

$wizard->setPage( 'safe_mode' );
Severity: Minor
Found in htdocs/install/page_safe_mode.php by phan

Expected 0 spaces before closing bracket; 1 found
Open

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

Inline control structures are not allowed
Open

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

Expected 0 spaces before closing bracket; 1 found
Open

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

Expected 1 newline at end of file; 0 found
Open

include 'install_tpl.php';

Space after opening parenthesis of function call prohibited
Open

$wizard->setPage( 'safe_mode' );

Expected 0 spaces before closing bracket; 1 found
Open

$wizard->setPage( 'safe_mode' );

Space after opening parenthesis of function call prohibited
Open

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

There are no issues that match your filters.

Category
Status