pixelfed/pixelfed

View on GitHub
app/Models/CustomEmoji.php

Summary

Maintainability
A
1 hr
Test Coverage

Method scan has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function scan($text, $activitypub = false)
    {
        if((bool) config_cache('federation.custom_emoji.enabled') == false) {
            return [];
        }
Severity: Minor
Found in app/Models/CustomEmoji.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status