mambax7/extgallery

View on GitHub
admin/install-extension.php

Summary

Maintainability
A
0 mins
Test Coverage

The CASE body must start on the line following the statement
Open

    case 'default':
Severity: Minor
Found in admin/install-extension.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

    case 'install':
Severity: Minor
Found in admin/install-extension.php by phpcodesniffer

The CASE body must start on the line following the statement
Open

    case 'download':
Severity: Minor
Found in admin/install-extension.php by phpcodesniffer

Line exceeds 120 characters; contains 159 characters
Open

        file_put_contents(XOOPS_ROOT_PATH . '/class/textsanitizer/config.custom.php', "<?php\rreturn \$config = " . var_export($conf, true) . "\r?>", LOCK_EX);
Severity: Minor
Found in admin/install-extension.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

        PclTarExtract(XOOPS_ROOT_PATH . '/uploads/' . $extensionFileName, XOOPS_ROOT_PATH . '/class/textsanitizer/', 'class/textsanitizer/');
Severity: Minor
Found in admin/install-extension.php by phpcodesniffer

There are no issues that match your filters.

Category
Status