XoopsModules25x/news

View on GitHub
print.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method PrintPage has 157 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function PrintPage(): void
{
    global $xoopsConfig, $xoopsModule, $story, $xoops_meta_keywords, $xoops_meta_description;
    $myts     = \MyTextSanitizer::getInstance();
    $datetime = formatTimestamp($story->published(), News\Utility::getModuleOption('dateformat')); ?>
Severity: Major
Found in print.php - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status