luyadev/luya-module-admin

View on GitHub
src/models/Logger.php

Summary

Maintainability
A
1 hr
Test Coverage
F
50%

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

    private static function log($type, $message, $trace, $groupIdentifier)
    {
        $hashArray = static::getHashArray($message, $groupIdentifier);

        $file = 'unknown';
Severity: Minor
Found in src/models/Logger.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status