ImpressCMS/impresscms

View on GitHub
htdocs/install/page_end.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $wizard is undeclared
Open

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

Call to method deleteRecursive from undeclared class \icms_core_Filesystem
Open

        icms_core_Filesystem::deleteRecursive(ICMS_ROOT_PATH.'/install', true);
Severity: Critical
Found in htdocs/install/page_end.php by phan

Variable $wizard is undeclared
Open

include "./language/$wizard->language/finish.php";
Severity: Minor
Found in htdocs/install/page_end.php by phan

Expected 0 spaces before closing bracket; 1 found
Open

if (!defined( 'XOOPS_INSTALL' ) )    exit();
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Inline control structures are not allowed
Open

if (!defined( 'XOOPS_INSTALL' ) )    exit();
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

include 'install_tpl.php';
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

$wizard->setPage( 'end' );
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

if (!defined( 'XOOPS_INSTALL' ) )    exit();
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Expected 1 space after IF keyword; 0 found
Open

if(isset($_COOKIE[session_name()]))
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

$wizard->setPage( 'end' );
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 1
Open

if(isset($_COOKIE[session_name()]))
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

if (!defined( 'XOOPS_INSTALL' ) )    exit();
Severity: Minor
Found in htdocs/install/page_end.php by phpcodesniffer

There are no issues that match your filters.

Category
Status