mambax7/publisher

View on GitHub
language/english/modinfo.php

Summary

Maintainability
C
7 hrs
Test Coverage

File modinfo.php has 477 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php declare(strict_types=1);

define('_MI_PUBLISHER_ADMENU1', 'Summary');
define('_MI_PUBLISHER_ADMENU2', 'Categories');
define('_MI_PUBLISHER_ADMENU3', 'Articles');
Severity: Minor
Found in language/english/modinfo.php - About 7 hrs to fix

    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 3 and the first side effect is on line 470.
    Open

    <?php declare(strict_types=1);
    Severity: Minor
    Found in language/english/modinfo.php by phpcodesniffer

    There are no issues that match your filters.

    Category
    Status