pixelfed/pixelfed

View on GitHub
app/Util/ActivityPub/Outbox.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function get($profile)
    {
        abort_if(! (bool) config_cache('federation.activitypub.enabled'), 404);
        abort_if(! config('federation.activitypub.outbox'), 404);

Severity: Minor
Found in app/Util/ActivityPub/Outbox.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status