ToX82/logHappens

View on GitHub
libs/utilities.php

Summary

Maintainability
A
1 hr
Test Coverage

Method listSettings has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function listSettings($parameter)
{
    $data = [
        'theme' => [
            'default' => 'bootstrap',
Severity: Major
Found in libs/utilities.php - About 2 hrs to fix

    Method normalizeChars has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function normalizeChars($inputString)
    {
        $fix_list = array(
            // 3 char errors first
            '‚' => '‚', '„' => '„', '…' => '…', '‡' => '‡',
    Severity: Minor
    Found in libs/utilities.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status