mambax7/extgallery

View on GitHub
admin/extension.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 26 and the first side effect is on line 19.
Open

<?php
Severity: Minor
Found in admin/extension.php by phpcodesniffer

Line exceeds 120 characters; contains 155 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/extension.php by phpcodesniffer

Line exceeds 120 characters; contains 155 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/extension.php by phpcodesniffer

There are no issues that match your filters.

Category
Status