pixelfed/pixelfed

View on GitHub
app/Jobs/DeletePipeline/DeleteAccountPipeline.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method handle has 84 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {
        $user = $this->user;
        $profile = $user->profile;
        $id = $user->profile_id;
Severity: Major
Found in app/Jobs/DeletePipeline/DeleteAccountPipeline.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status