pixelfed/pixelfed

View on GitHub
app/Util/Site/Config.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method get has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function get()
    {
        return Cache::remember(self::CACHE_KEY, 900, function () {
            $hls = [
                'enabled' => config('media.hls.enabled'),
Severity: Major
Found in app/Util/Site/Config.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status